surfmore Client Регистрация 08.09.2011 Сообщения 138 Благодарностей 7 Баллы 18 02.06.2013 #1 How do I emulate a keyword combination SHIFT +ESC? thanks.
N nitin2003 Client Регистрация 18.09.2012 Сообщения 195 Благодарностей 11 Баллы 18 03.06.2013 #2 I would also like to know this.
Hungry Bulldozer Moderator Регистрация 12.01.2011 Сообщения 3 441 Благодарностей 834 Баллы 113 03.06.2013 #3 try System.Windows.Forms.SendWait(@"+{ESC}");
surfmore Client Регистрация 08.09.2011 Сообщения 138 Благодарностей 7 Баллы 18 06.06.2013 #4 Can you please elaborate how to use this code. I never used C# before
bigcajones Client Регистрация 09.02.2011 Сообщения 1 216 Благодарностей 683 Баллы 113 06.06.2013 #5 http://zennolab.com/discussion/showthread.php?8816-Snippet-samples
surfmore Client Регистрация 08.09.2011 Сообщения 138 Благодарностей 7 Баллы 18 08.06.2013 #6 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
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
bigcajones Client Регистрация 09.02.2011 Сообщения 1 216 Благодарностей 683 Баллы 113 08.06.2013 #7 HB just forgot something in the code above. It should be... System.Windows.Forms.SendKeys.SendWait(@"+{ESC}");
HB just forgot something in the code above. It should be... System.Windows.Forms.SendKeys.SendWait(@"+{ESC}");
surfmore Client Регистрация 08.09.2011 Сообщения 138 Благодарностей 7 Баллы 18 08.06.2013 #8 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...
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...