INTERACT FORUM

More => Old Versions => Media Center 13 (Development Ended) => Topic started by: Messiahs on April 08, 2009, 11:22:53 am

Title: Sendkey "up" & "down"
Post 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))
Code: [Select]
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


Title: Re: Sendkey "up" & "down"
Post by: gappie on April 08, 2009, 11:36:16 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))
Code: [Select]
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
Code: [Select]
MC13.exe /mcc 27000,40

 ;)
gab
Title: Re: Sendkey "up" & "down"
Post by: Messiahs on April 08, 2009, 12:25:18 pm
done. no success :-(.

you're right the right command is "MC13.exe /27000,40 "... but still no success.
Title: Re: Sendkey "up" & "down"
Post by: gappie on April 08, 2009, 03:39:09 pm
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
Title: Re: Sendkey "up" & "down"
Post by: Messiahs on April 08, 2009, 04:46:27 pm
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
Title: Re: Sendkey "up" & "down"
Post by: hit_ny on April 09, 2009, 01:49:36 am
Check out this page (http://www.ryancooper.com/resources/keycode.asp) for keycodes.

I find up is keycode 38 & down is keycode 40