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

2000-11-09 Thread Aldo Calpini
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 codes to work (stop and play), but not the WM_USERS codes (mute and status. I have no way of knowing if the problem

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

2000-11-09 Thread Chuck . Hirstius
Hirstius/Corp/Walgreens) Subject: [perl-win32-gui] Need Help from Winamp Users

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

2000-11-09 Thread David Hiltz
) Subject: [perl-win32-gui] Need Help from Winamp Users Winamp published a list

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

2000-11-09 Thread Todd McLaughlin
) Subject: [perl-win32-gui] Need Help from Winamp Users Winamp published a list of codes to control the program using SendMessage(). The web

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

2000-11-09 Thread Todd McLaughlin
) Subject: [perl-win32-gui] Need Help from Winamp Users Winamp published a list of codes to control the program using SendMessage(). The web page is listed in my code below

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

2000-11-09 Thread David Hiltz
) Subject: [perl-win32-gui] Need Help from Winamp Users 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

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

2000-11-09 Thread felice . vittoria
/Schneider) Subject: Re: [perl-win32-gui] Need Help from Winamp Users There's more features available using SendMessage() than using keyboard commands. ..such as? Is there any documentation on SendMessage and what these numbers mean? Win32::GUI::SendMessage( $winampHandle, WM_COMMAND

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

2000-11-09 Thread Todd McLaughlin
) Subject: [perl-win32-gui] Need Help from Winamp Users Winamp published a list of codes to control the program using SendMessage(). The web page is listed in my code

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

2000-11-09 Thread Steven Manross
Title: RE: [perl-win32-gui] Need Help from Winamp Users Just ignore the flashing RED GIFs (sexani5.gif) if you are offended by this type of stuff... Thanks for the link to their API... Very useful stuff... :) Steven -Original Message- From: Todd McLaughlin [mailto:[EMAIL

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

2000-11-09 Thread Chuck . Hirstius
Todd, The problem was finding a way to determine the volume of winamp at startup so I could position my volume slider accordingly. There was no message to retrieve it, and I thought just forcing it to a certain volume was a cheesy fix - nothing like setting it low, then restarting and it's

[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,