Page 1 of 1

Asus 636N not work vkStart

PostPosted: Jun 20, 2007 @ 6:47am
by wprintf
If in Simple application add:

HRESULT CMyApplication::KeyDown(DWORD dwKey, GDKEYLIST& keylist)
{
// Minimize window
if (dwKey == keylist.vkStart)
{
Minimize();
}

If I compile for POCKETPC 2003 and Release version. It is not work :(

Value keylist.vkStart is 193. dwKey is 13.

Why 193???? Only at this is PocketPC!!!

PostPosted: Jul 3, 2007 @ 4:58am
by Mapman
I sorry, and I don't wish to appear rude or offend in anyway, but one reason you may not getting many replies to your posts is they appear very criptic. Do you have anyone at your company that can translate into English a little better? Trying to describe technical problems can be hard enough, doing so when English is your second language does not help. Once again, I'm not being personal, just trying to be helpful.

PostPosted: Jul 3, 2007 @ 5:34am
by wprintf

PostPosted: Jul 3, 2007 @ 5:39am
by Mapman