Page 1 of 1

Feature Request: add #PB_Menu_ModernLook

Posted: Fri Apr 08, 2016 12:16 pm
by Marc56us
When creating menu with Form Designer, it is not possible to use Modern Look (Look "Office" for Windows)

Can you add possibility to use constant #PB_Menu_ModernLook in Form Designer ?

If we manually add it after creation in FD...

Code: Select all

CreateImageMenu(0, WindowID(#Window_0), #PB_Menu_ModernLook)
...the parameter is removed when switch Code/Design

Code: Select all

CreateImageMenu(0, WindowID(#Window_0))
Or if not possible, add a command to change menu look after creation (so in main code)
ie: SetMenuLook(0, Standard / Modern Look)

Thanks
:wink: