AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Need to remove menus from mplayer2

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Trubbleguy



Joined: 20 Jan 2007
Posts: 76
Location: Melbourne

PostPosted: Wed May 14, 2008 1:16 am    Post subject: Need to remove menus from mplayer2 Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Z Gecko
Guest





PostPosted: Wed May 14, 2008 2:55 am    Post subject: Reply with quote

just guessing:
canīt you do it with Control, Hide
Back to top
Lexikos



Joined: 17 Oct 2006
Posts: 2737
Location: Australia, Qld

PostPosted: Wed May 14, 2008 9:02 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group