public static void ForceVitualCiscoJabberPhone()
 {
     AutoItX.Init();
     AutoItX.WinWait(jabberPhoneTitle);
     AutoItX.WinActivate(jabberPhoneTitle);
     AutoItX.WinWaitActive(jabberPhoneTitle);
 }
 public static void ForceVitualCiscoIpPhone()
 {
     AutoItX.Init();
     //string title = AutoItX.WinGetTitle(ipPhoneTitle);
     //if(AutoItX.WinActivate(ipPhoneTitle).Equals(0))
     //    AutoItX.Run("communicatork9.exe", "C:\\Program Files (x86)\\Cisco Systems\\Cisco IP Communicator\\communicatork9.exe");
     AutoItX.WinWait(ipPhoneTitle);
     AutoItX.WinActivate(ipPhoneTitle);
     AutoItX.WinWaitActive(ipPhoneTitle);
 }
 public void Init()
 {
     AutoItX.Init();
 }
예제 #4
0
 static au()
 {
     AutoItX.Init();
 }