I have a question about send command or sendkey to WinDVD and was wondering if someone could help me. I am using WinDVD 5 which was included with my motherboard and it works well so I'd prefer to use it over zoomplayer. I got my USB-UIRT yesterday and was able to program the generic directional keys and that works great.
What I would like to do now is to have my WinDVD session when I'm watching movies to be controlled by the remote. Which I understand I'll have to map my Harmony 880 keypresses with a virtual keyboard command to WinDVD (spacebar, escape, cntl-T, etc.). I was following this thread
http://www.xlobby.com/forum/viewtopic.php?t=4403&highlight=sendkey
but could not get a send command to work. Here is what I was trying:
Class Name = WinDVDClass
Window Name = Player
Message = WM_KEYDOWN
wParam = 32
iParam = 0
To simulate a spacebar (pause) with no luck. But I am unsure that I've got the class and window name correct. I was trying to use Windows-spy as suggested but it was not obvious what I needed to do to look up the correct info. I did see instances of the following: InterVideo WinDVD, Player, and MovENC (or something like that).
So basically I was wondering if someone who is using WinDVD with a remote could give me some advice on how they did it. If you could let me know what Class and Window name you use - or if the sendkey function is more appropriate to use. The discussion of sendkey was a little over my head as I'm pretty new to XLobby but it sounds like it could also do what I need.
I would like to do this directly through send command or sendkey - I don't own Girder. I believe this can be done through Girder/XRemote but I prefer to use strictly XLobby commands if possible.
Thanks in advance - your input is appreciated.