I wanted to turn on the large icons for Windows, so I pressed F1 on CreateImageMenu and CreatePopupImageMenu and the documentations says: "Flags optional blah blah: None".
I had to come to the forum to know the new flag.
Code: Select all
CreateImageMenu(#MENU_MAIN,WindowID(#WINDOW_MAIN),#PB_Menu_NativeImageSize)
CreatePopupImageMenu(#POPUPMENU,#PB_Menu_NativeImageSize)