PDA

View Full Version : Windows Key


TJS
03-16-2006, 01:59 PM
I'd like to get my AMS app to intecept the <Windows Key> press to do something other than show the Start Menu.

No problem catching the key press but so far my actions On Key just seem to stack up with the OS's. For example, my dialog pops up at the same time as the Start Menu.

Is there a way to do this?

Intrigued
03-16-2006, 06:26 PM
This registry entry may be of help in some way:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Keyboard Layout

That and the word "remapping"

TJS
03-16-2006, 10:09 PM
That and the word "remapping"

ugh... I was afraid of that... :wow