PDA

View Full Version : Where to find LParam and WParam's?



gdenehy
April 29th, 2004, 01:50 AM
Where do I find the WParam and LParam command numbers for Windows Media Player 9? They are not in the SDK, because that is all obect based.
What are WParam and LParam? Is there a list of every one of these codes somewhere?

Thanks in advance.

Greg

Promixis
April 29th, 2004, 03:05 AM
Greg

http://www.girder.nl/phpBB2/viewtopic.php?t=3970&highlight=windows+media

the search function is your friend :)

gdenehy
April 29th, 2004, 03:08 AM
Yes thanks, I did find those, but it is hardly a comprehensive list, and where did THEY come from???

Promixis
April 29th, 2004, 03:11 AM
By trial and error... you can use a spy program to watch window messages when you are using an application.

NOTE: You can control WMP via its COM interface using Lua and LuaCom. I have played with it and works well.

gdenehy
April 29th, 2004, 08:29 PM
So there is no avaiable list of LParams and whatnot? How strange...

chilli33
June 12th, 2004, 07:54 PM
Hey gdenehy,

did you ever find an answer to your question re:origins of WParam and LParam, or is it really trial and error?

I would luv to know the answer to this.

I am trying to target the seek-bar at the bottom of wmplayer 9 so I can scrub thru it using girder keyboard (right/left arrow keys).

I can tab down to it, but I would like to target it directly.

Thanks in advance

gdenehy
June 15th, 2004, 11:19 PM
No, I never found out any more about this,
sorry.

Greg