Feature Request: add #PB_Menu_ModernLook

You need some new stunning features ? Tell us here.
Marc56us
Addict
Addict
Posts: 1477
Joined: Sat Feb 08, 2014 3:26 pm

Feature Request: add #PB_Menu_ModernLook

Post 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: