> Has anyone done anything that uses a windows Key 
> (the one with the wee windows logo on it) in a key 
> combonation ?

try:

procedure TForm1.FormKeyDown(Sender: TObject; var Key:
Word;
  Shift: TShiftState);
begin
case key of
 vk_lwin: {or rwin}
 begin
 ShowMessage('left win');
 end;
end;
end;

====================
Ben Taylor
Software Developer
[EMAIL PROTECTED]
www.tvd.co.nz 

__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

Reply via email to