Re: Sendkeys.send key combinations for 'Alt T'

From: Tom Porterfield (tpporter_at_mvps.org)
Date: 12/07/04


Date: Tue, 7 Dec 2004 14:50:20 -0500

On 7 Dec 2004 11:40:54 -0800, GrantS wrote:

> I need to use a sendkeys key combination to automate the "accept
> files" that a remote user wants to send to me via Windows messenger. I
> am using automation to work with Windows Messenger client in a
> Winforms C# application.
>
> I have tried a number of code segment combinations for ALT T
> combination without success. The combinations might be correct but it
> might be failing for some other reason.
>
> My Attempts:
> System.Windows.Forms.SendKeys.Send("{%}+T");
>
> System.Windows.Forms.SendKeys.Send("{%}"+"T");
>
> System.Windows.Forms.SendKeys.Send("{%}"+"(T)");

You would use "%T". Placing the % in {} tells SendKeys to send the actual
% key rather than alt.

-- 
Tom Porterfield


Relevant Pages

  • Re: Difference between Win and MSN Messenger?
    ... Great response Jonathan, ... The Windows Messenger client is to be our Corporate implementation across ... the enterprise while the MSN client is available for the greater public. ...
    (microsoft.public.windowsxp.messenger)
  • Re: Windows Messenger always started
    ... If you want to disable Windows Messenger completely, ... Open IE - Hold Alt - Tap T and A. Disable Windows Messenger. ...
    (microsoft.public.windowsxp.general)
  • Re: Windows messenger
    ... If you want to disable Windows Messenger completely, ... Open IE - Hold Alt - Tap T and A. Disable Windows Messenger. ...
    (microsoft.public.windows.inetexplorer.ie6_outlookexpress)
  • Re: Windows Messenger wont disable
    ... If you want to disable Windows Messenger completely, ... Open IE - Hold Alt - Tap T and A. Disable Windows Messenger. ...
    (microsoft.public.windowsxp.general)
  • preventing use of msn messenger and use windows messenger instead
    ... on some accounts on my xp machine, is there a way to prevent the use of msn ... messenger and use windows messenger instead? ...
    (microsoft.public.windowsxp.messenger)

Loading