Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

KbHit equivalent on CE

123 views
Skip to first unread message

carcarlo

unread,
Aug 12, 2009, 9:05:01 AM8/12/09
to
Hi all, I know this is not a new issue but I did not find anything in the
forum archive or out there in the net so here it goes.

How would you replace _kbhit on Win CE for a CONSOLE application since it is
not supported?

If possible I would like to avoid playing with GetKeyState and the related
WM_* messages as I am porting a tool that has no windows that are able to
receive them and I need to do it quickly.

thanks in advance
cc

Rob

unread,
Sep 2, 2009, 6:08:01 AM9/2/09
to
See : GetAsyncKeyState() or RegisterHotKey()
http://msdn.microsoft.com/en-us/library/ms927722.aspx

Kind Regards,
Rob
www.robtso.nl

0 new messages