Is there any menu properties.
ie, properties for the File, Edit, Help as in Color, Size, font, shape and so on?
And if not any properites is there any code I could use for it?
Printable View
Is there any menu properties.
ie, properties for the File, Edit, Help as in Color, Size, font, shape and so on?
And if not any properites is there any code I could use for it?
:confused:
Are you talking about making a menu?
Click on Tools > Menu Editor and create your menu that way.
No, I am wondering if I can adjust the size of the menu color of the menu shape of the menu.
I know ctrl -e is to setup the menu. But after it is setup is there a way to customize it.
You could use API to do it, but I think you'd have to change all of the menus in Windows.
You could create your own menu though.
Search http://www.planet-source-code.com for "Menu".
Okay, thanks for the info Matthew.