[wxPython] System Menu changing in MS-Windows...

In MS-Windows....

I want to delete menu items from system_menu...

and wish to add some new items...

Please tell me how to do... ^^

ps ; System menu is located in upper left of window.

    In MS-Windows....

I want to delete menu items from system_menu...

and wish to add some new items...

Please tell me how to do... ^^

ps ; System menu is located in upper left of window.

I don't think that wxWindows provides anything for modifying the System
menu, but you could ask on wx-users@wxwindows.org to be sure. You can
remove the system menu entirely by giving different style flags to the
frame's constructor, maybe that would be good enough for you?

ยทยทยท

--
Robin Dunn
Software Craftsman
robin@AllDunn.com
http://wxpython.org Java give you jitters?
http://wxpros.com Relax with wxPython!