CreateMenu() Flag replacement for CreateImageMenu()
Posted: Sat Aug 15, 2009 6:24 pm
how about having two commands instead of four and using flags instead?
just an idea.
c ya,
nco2k
Code: Select all
CreateMenu(#Menu, WindowID(#Win))
CreateMenu(#Menu, WindowID(#Win), #PB_Menu_Image)
CreatePopupMenu(#Menu)
CreatePopupMenu(#Menu, #PB_Menu_Image | #PB_Menu_ModernLook)
c ya,
nco2k