keystroke emulation SHIFT + ESC

  • Автор темы Автор темы surfmore
  • Дата начала Дата начала

surfmore

Client
Регистрация
08.09.2011
Сообщения
139
Реакции
7
Баллы
18
How do I emulate a keyword combination SHIFT +ESC?

thanks.
 
I would also like to know this.
 
try System.Windows.Forms.SendWait(@"+{ESC}");
 
Can you please elaborate how to use this code. I never used C# before
 
I am getting this error when I try this code

"The type or namespace name 'SendWait' does not exist in the namespace 'System.Windows.Forms' (are you missing an assembly reference?)" в строке "System.Windows.Forms.SendWait
 
HB just forgot something in the code above. It should be...

System.Windows.Forms.SendKeys.SendWait(@"+{ESC}");
 
I put this code on the C# code box and tried to run the template, but now it says

Action not executed

No explanation given...
 

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)