View Full Version : New Winamp control codes
Blobby66
20th September 2002, 15:57
Does anyone know what to look for to find the winamp 3 window? For winamp 2.80 you did a FindWindow for "Winamp 1.x" but this no longer works with version 3. Also have any of the controlling codes changes like 40048 to skip to the next track etc? Any help would be triffic. Thanx
silent_knight
3rd October 2002, 00:14
Use the WinAmp 2.x Plugin Manager if you're using WinAmp 3. Then goto:
http://www.winamp.com/nsdn/winamp2x/dev/sdk/api.jhtml
for info on how to use the control codes.
The class name to look for is:
"BaseWindow_RootWnd" for WinAmp 3 e.g.
hwndWinamp = FindWindow("BaseWindow_RootWnd", vbNullString)
but if you're using the plug-in manager, then you use "Winamp v1.x"
hope this helps -
vBulletin® v3.8.6, Copyright ©2000-2013, Jelsoft Enterprises Ltd.