Old 28th March 2005, 11:33   #1
bruder_s
Junior Member
 
Join Date: Sep 2001
Posts: 34
That's the right window.

You can send messages to this window in order to control winamp.
Just see the SDK for what you can do - but not all functions described there can be used (some can only be used from within a plugin).

Example:

SendMessage(winampHandle,WM_COMMAND,WINAMP_BUTTON2,0);

tells winamp to press the Play-Button
(winampHandle is the handle returned by FindWindow, WINAMP_BUTTON2 is defined in wa_msgids.h)
bruder_s is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast 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