" Windows NT4 and Windows 2000/XP: The F12 key is reserved for use by the
debugger at all times, so it should not be registered as a hot key. Even
when you are not debugging an application, F12 is reserved in case a
kernel-mode debugger or a just-in-time debugger is resident. "
tom
How can I register a hotkey F12 with out Ctrl or shift?
If not RegisterHotkey( Handle, 1, 0, VK_F12 ) Then
ShowMessage('Unable to assign F12 as hotkey.');
Thanks
regards
Tan
"Thomas Stutz" <tom at swissdelphicenter dot ch> wrote in message
news:3fa0ae63$1...@newsgroups.borland.com...