Go Back   Winamp Forums > Developer Center > Winamp Development

Reply
Thread Tools Search this Thread Display Modes
Old 22nd January 2006, 08:23   #1
Black Horus
Junior Member
 
Join Date: Jul 2001
Location: Paris, France
Posts: 12
Hide winamp ...???

Hi,
how would i hide the winamp window, and all the attached windows. i tried
PHP Code:
ShowWindow(plugin.hwndParent,SW_HIDE); 
, but it only hide the main winamp only.

Thanks,
Black Horus
Black Horus is offline   Reply With Quote
Old 22nd January 2006, 14:44   #2
DrO
-
 
DrO's Avatar
 
Join Date: Sep 2003
Location: UK
Posts: 22,204
code:
SendMessage(plugin.hwndParent,WM_COMMAND,MAKEWPARAM(WINAMP_MINIMIZE,0),0);
should do what's needed (make sure wa_msgids.h is #included)

-daz
DrO is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Developer Center > Winamp Development

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump