• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Anyone want to help me with a simple programming project?

I'm trying to write a parser to take WM_INPUT messages and send them via SendMessage to SageTV - problem is that it's a little over my head. I've done all the homework I need to WRT which messages to catch and where to send them, problem is I can never come up with a bit of code that will initialize the RawInput device and compile correctly...

Help?
 
Mmmm sounds like a fun project. Unfortunately I haven't messed with the Windows API in a loooong time. Last time I did was back in the Winamp 2.9 days 🙂, I wrote a simple program that queried winamp for your current song, and gave you basic play controls 🙂.

What are you trying to do for the overal project?
 
The Philips MCE remote transmits data to the host computer in three forms: Keyboard emulation, WM_APPCOMMAND, and WM_INPUT. SageTV supports all but WM_INPUT.

I want to catch the WM_INPUT commands and convert them into the correct SendMessage commands and pipe them into SageTV.
 
Back
Top