Re: [perl-win32-gui] Need Help from Winamp Users

2000-11-09 Thread Todd McLaughlin
you would like it, it's fairly complete, > > > > except for the volume control (which was what I was writing to winamp about) >if > > > > you would like to see it. > > > > > > > > The answer to your question is that I had to go to MS's webs

Re: [perl-win32-gui] Need Help from Winamp Users

2000-11-09 Thread Todd McLaughlin
ch was what I was writing to winamp about) if > > you would like to see it. > > > > The answer to your question is that I had to go to MS's website and get the > > value of the WM_USER constant, which I then set since it wasn't being exported > > by Win32::G

Re: [perl-win32-gui] Need Help from Winamp Users

2000-11-09 Thread Todd McLaughlin
nstant, which I then set since it wasn't being exported > by Win32::GUI. > > HTH, > > Chuck > > > > > > > > > Todd McLaughli

Re: [perl-win32-gui] Need Help from Winamp Users

2000-11-09 Thread Todd McLaughlin
Thanks! That was it! Todd On Thu, 9 Nov 2000, Aldo Calpini wrote: > Todd McLaughlin wrote: > > Winamp published a list of codes to control the program using > > SendMessage(). The web page is listed in my code below. > > > > I can get the set of WM_COMMAND c

[perl-win32-gui] Need Help from Winamp Users

2000-11-08 Thread Todd McLaughlin
Winamp published a list of codes to control the program using SendMessage(). The web page is listed in my code below. I can get the set of WM_COMMAND codes to work (stop and play), but not the WM_USERS codes (mute and status. I have no way of knowing if the problem is caused by my code, Win32::