| View previous topic :: View next topic |
| Author |
Message |
Trubbleguy
Joined: 20 Jan 2007 Posts: 76 Location: Melbourne
|
Posted: Wed May 14, 2008 1:16 am Post subject: Need to remove menus from mplayer2 |
|
|
i have been trying to remove the menus from mplayer2.exe which comes with windows xp and is in sp2 also.
i can remove the toolbar, and the borders using
| Code: |
WinSet, Style, -0x40000 ,ahk_class Media Player 2 ;Border
WinSet, Style, -0xC00000, ahk_class Media Player 2 ;toolbar
|
but cannot seem to find how to remove the menu's
does anybody know a trick to remove them??? _________________
 |
|
| Back to top |
|
 |
Z Gecko Guest
|
Posted: Wed May 14, 2008 2:55 am Post subject: |
|
|
just guessing:
canīt you do it with Control, Hide |
|
| Back to top |
|
 |
Lexikos
Joined: 17 Oct 2006 Posts: 2737 Location: Australia, Qld
|
Posted: Wed May 14, 2008 9:02 am Post subject: |
|
|
| A standard menu is like an attribute of a window; it is not a control. You may be able to remove the menu using SetMenu. |
|
| Back to top |
|
 |
|