home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Products
IR Server Suite (IRSS)
Virtual Remote Command line and Windows Messages receiver using
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Andrew_A" data-source="post: 579797" data-attributes="member: 102264"><p>Hi there !</p><p></p><p>I'm developing my own HTPC interface application, and I'm going to use IRSS for it's remote control (together with MCE RC). </p><p>So I need to simulate RC button press in my application. I tried to use Virtual Remote command line interface, like the following:</p><p></p><p>VirtualRemote.exe -host IRSSHost 31708</p><p></p><p>.. where 31708 - it's MCE button code. But it's not working at all ! <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite4" alt=":mad:" title="Mad :mad:" loading="lazy" data-shortname=":mad:" /> I checked all possible options - VirtualRemote is started for ~0.5 sec (without UI) and then closing. When I changing IRSSHost to invalid, VirtualRemote is crashing - it means that -host command line key is working, but RC button code is not accepting ...</p><p></p><p>As another option I tried to use Windows Messages receiver - I thought that maybe it's possible to map it's key codes to needed MCE button code. I used SendMessage API command for it:</p><p></p><p>Wnd := FindWindow (nil, 'WM Receiver for IR Server');</p><p>if (Wnd <> 0) then SendMessage(Wnd, 32768, 24, 0);</p><p></p><p>... But this hanged my application during message sending ! Moreover, I'm not sure about parameters (23768, 24, 0).</p><p></p><p>Does anyone has any idea how to use this stuff ? Or maybe another ideas for RC button press simulating ? Many thanks in advance for your answers !</p></blockquote><p></p>
[QUOTE="Andrew_A, post: 579797, member: 102264"] Hi there ! I'm developing my own HTPC interface application, and I'm going to use IRSS for it's remote control (together with MCE RC). So I need to simulate RC button press in my application. I tried to use Virtual Remote command line interface, like the following: VirtualRemote.exe -host IRSSHost 31708 .. where 31708 - it's MCE button code. But it's not working at all ! :mad: I checked all possible options - VirtualRemote is started for ~0.5 sec (without UI) and then closing. When I changing IRSSHost to invalid, VirtualRemote is crashing - it means that -host command line key is working, but RC button code is not accepting ... As another option I tried to use Windows Messages receiver - I thought that maybe it's possible to map it's key codes to needed MCE button code. I used SendMessage API command for it: Wnd := FindWindow (nil, 'WM Receiver for IR Server'); if (Wnd <> 0) then SendMessage(Wnd, 32768, 24, 0); ... But this hanged my application during message sending ! Moreover, I'm not sure about parameters (23768, 24, 0). Does anyone has any idea how to use this stuff ? Or maybe another ideas for RC button press simulating ? Many thanks in advance for your answers ! [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Products
IR Server Suite (IRSS)
Virtual Remote Command line and Windows Messages receiver using
Contact us
RSS
Top
Bottom