Advertisement
Guest User

Untitled

a guest
Nov 25th, 2010
394
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. using AutoItX3Lib;
  2.  
  3. namespace BElite
  4. {
  5.  
  6. public partial class BEliteOverview : Form, IAutoItX3
  7. {
  8.  
  9.  
  10. IAutoItX3 testAu = new IAutoItX3();
  11. AutoItX3 testAu2 = new AutoItX3();
  12.  
  13. testAu.ControlSend("Test.exe","","","",0);
  14. testAu2.ControlSend("Test.exe","","","",0);
  15.  
  16.  
  17.  
  18. ... other stuff follows
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement