Prev Previous Post   Next Post Next
Old 14th March 2005, 05:37   #16
goebish
Senior Member
 
goebish's Avatar
 
Join Date: Feb 2002
Location: an UFO near planet earth
Posts: 164
Problem with sound was because I sent a WM_SYSKEYDOWN message to the avs window instead of WM_KEYDOWN followed by WM_KEYUP.
Titule I really don't know what's wrong with you. Can some more people give it a try ?

edit:

I'm just looking at the include files of the new SDK and I see:

code:
#define IPC_SETVISWND 611 // param is hwnd, setting this allows you to receive ID_VIS_NEXT/PREVOUS/RANDOM/FS wm_commands
#define ID_VIS_NEXT 40382
#define ID_VIS_PREV 40383
#define ID_VIS_RANDOM 40384
#define ID_VIS_FS 40389
#define ID_VIS_CFG 40390
#define ID_VIS_MENU 40391

#define IPC_GETVISWND 612 // returns the vis cmd handler hwnd
#define IPC_ISVISRUNNING 613
#define IPC_CB_VISRANDOM 628 // param is status of random



So I think I can code it a proper way than sending keydown/keyup messages to the avs window after retrieving his handle with FindWindow/FindWindowEx
Time to go to work now, I'll update it this evening.

Last edited by goebish; 14th March 2005 at 06:36.
goebish is offline   Reply With Quote
 
Go Back   Winamp & Shoutcast Forums > Visualizations > AVS

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