PDA

Click to See Complete Forum and Search --> : dynamic menus


Sep 12th, 2000, 04:28 AM
hey everybody,

does anybody know something about the whole 'add-menus-at-runtime' thing? i need to be able to build fully dynamic menus during runtime depending on the state of the app or language choosen. i experimented with CreateMenu, SetMenu, AppendMenuItem... but it just won't work. i can create main menu title such as file, edit and so on. but what about the new in the filemenu? and what about the file-send to-email/fax/...? i need to be able to create main menus (menubar), menus and submenus...

can anybody help me out here?

thanx alot for your replies!

Sep 12th, 2000, 08:21 PM
Yeah, it's a dog of a job creating menus at runtime. Have a look at the popmenu dlls at http://www.vbaccelerator.com for some sample code on how it's done, or just use the dll as is like I do.

- gaffa