CTRL-ALT-t, Please help me

From: Chris (barrie_at_internode.on.net)
Date: 05/31/04


Date: 31 May 2004 08:03:15 -0700

i need to recognice the combination of CTRL, ALT and t (or T) pressed
at the same time.

i'v been doing some research but can't find any examples using the
combination of control keys and ascii key.

can someone please give me an example of doing this with int 9.

thanks,

regards,

chris



Relevant Pages

  • Re: Drag Drop - KeyState
    ... > Sorry didnt make it clear in my original post. ... >> what control keys are pressed. ... >> value it is always 0, the value is set correctly for Shift, Ctrl, Alt. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Drag Drop - KeyState
    ... Sorry didnt make it clear in my original post. ... > what control keys are pressed. ... > value it is always 0, the value is set correctly for Shift, Ctrl, Alt. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: How to catch a WM_COPY message in a CRichEditCtrl based object
    ... ctrl+ operations were happening, the default clipboard operations were ... control keys and something else. ...
    (microsoft.public.vc.mfc)
  • Re: How to override a CRichEditCtrls default copy/paste/cut behavior
    ... Specifically the ctrl+ route. ... the default clipboard operations were STILL happening, ... when the user is pressing the control keys and something else. ...
    (microsoft.public.vc.mfc)
  • Processing Ctrl + S etc
    ... I'm writing a C# GUI and I'm trying to process the control keys, ... S or CTRL + N. ... I can process ALT + by using the & key but is there an equilivant for CTRL. ...
    (microsoft.public.dotnet.languages.csharp)