INTERACT FORUM
More => Old Versions => Media Center 13 (Development Ended) => Topic started by: Messiahs on April 08, 2009, 11:22:53 am
-
I found different ways to send a keystroke to MC, but found no solution.
As i understand (http://wiki.jrmediacenter.com/index.php/Media_Center_Core_Commands (keystroke))
MC13.exe /27000,40
should send a "up" key to MC, but nothing happens.
The same when I try the same with sendmessage(hwnd,WM_User,27000,40).
Any ideas ?
Best regards,
Markus
-
I found different ways to send a keystroke to MC, but found no solution.
As i understand (http://wiki.jrmediacenter.com/index.php/Media_Center_Core_Commands (keystroke))
MC13.exe /27000,40
should send a "up" key to MC, but nothing happens.
The same when I try the same with sendmessage(hwnd,WM_User,27000,40).
Any ideas ?
Best regards,
Markus
try
MC13.exe /mcc 27000,40
;)
gab
-
done. no success :-(.
you're right the right command is "MC13.exe /27000,40 "... but still no success.
-
done. no success :-(.
you're right the right command is "MC13.exe /27000,40 "... but still no success.
youre kidding right. ;D
the right command would be
MC13.exe /mcc 27000,40
dont forget the mcc..
:)
gab
-
you're right again and i'm too stupid to copy & paste :-[
I tried "MC13.exe /mcc 27000,40 " -> no success
but i found this thread http://yabb.jriver.com/interact/index.php?topic=43553.0
-
Check out this page (http://www.ryancooper.com/resources/keycode.asp) for keycodes.
I find up is keycode 38 & down is keycode 40