PDA

View Full Version : How to show and hide my plugin window with Winamp5 modern skin


Thomsen
5th July 2005, 20:35
How can I know when Winamp (modern skin) is hidden (minimized) or showed?

I would like to make my plugin act like for instance the playlist window of Winamp.

I've tried catching :
IPC_CB_ONSHOWWND = 600;
IPC_CB_ONHIDEWND = 601;

but it seems to me like they're never sent.

Thomsen
10th July 2005, 20:08
Is this really impossible?

I've found another message in the SDK: IPC_ISMAINWNDVISIBLE. I've tried to use it with Sendmessage, but it doesn't work or I'm using it wrong...

Doesn't anyone have a good algorithm to do this?