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
Todd!! I tried the same things! I got fairly close to making a usable interface, but when I asked the winamp folks for help (7 times) I never got a response. I have code I can send if you would like it, it's fairly complete, except for the volume control (which was what I was writing to

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

2000-11-09 Thread David Hiltz
Why not try the Win32::Setupsup module which also lets you send keystrokes to a window? Todd!! I tried the same things! I got fairly close to making a usable interface, but when I asked the winamp folks for help (7 times) I never got a response. I have code I can send if you would

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

2000-11-09 Thread Todd McLaughlin
What was the problem with the volume control? Todd On Thu, 9 Nov 2000 [EMAIL PROTECTED] wrote: Todd!! I tried the same things! I got fairly close to making a usable interface, but when I asked the winamp folks for help (7 times) I never got a response. I have code I can send if you

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

2000-11-09 Thread Todd McLaughlin
There's more features available using SendMessage() than using keyboard commands. Thanks for the heads-up on the module. Todd On Thu, 9 Nov 2000, David Hiltz wrote: Why not try the Win32::Setupsup module which also lets you send keystrokes to a window? Todd!! I tried the same

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

2000-11-09 Thread David Hiltz
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, 40045, 0 ); Win32::GUI::SendMessage( $winampHandle, WM_USER, 122, 0

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
http://www.winamp.com/nsdn/winamp2x/dev/sdk/api.jhtml The above link has the list of commands Winamp accepts. The primary benefit is being able to query Winamp. Is there a song playing? What songs are in the playlist? Just emulating keyboard presses is more on a one-way communication (stop

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