Borje, thanks for sending the snippet!. The first three lines showed me the way:
hMenu = LoadMenu(hInstance, "MAINMENU")
hMnuFile = GetSubMenu(hMenu, 0) 'File menu
hMnuReopen = GetSubMenu(hMnuFile, 2) 'Reopen files Submenu
hMnuFile = GetSubMenu(hMenu, 0) 'File menu
hMnuReopen = GetSubMenu(hMnuFile, 2) 'Reopen files Submenu
my delimna. I also, opted to use a SEPARATOR as the required MENUITEM for the popups under &File. The kludge is history.
Thanks again, Michael and Borje!
Ron
[This message has been edited by Ron Pierce (edited July 01, 2001).]
Leave a comment: