Thankyou very much I will go look at that example right now Brian On 7/16/09 9:14 PM, "Robert Purves" <listrp@...> wrote: > > Brian Heibert wrote: > >> local fn BuildPopMenu( id as long ) >> '~'1 >> dim as MenuRef m >> >> menu id, 0, _enable, "" >> menu id, 1, _enable, "Item 1;Item 2;Item 3;Item 4;Item 5" >> m = fn GetMenuHandle( id ) >> DeleteMenu( id ) >> InsertMenu( m, -1 ) >> end fn >> >> I am using this code to build a popupmenu >> But I want to put a font menu in this popupmenu >> How do I do that? > > > FB_5_2_Examples > Controls > pop-up font menu > > Robert P. > > -- > To unsubscribe, send ANY message to: futurebasic-unsubscribe@... >