我们如何使用c#调用Skype等第三方Windows应用程序并填写用户名和密码?

时间:2013-01-13 17:12:18

标签: c# winforms automation

  

可能重复:
  What’s a good, if any, .NET Windows automation library?

我正在尝试使用C#

调用第三方应用
var Proc = new System.Diagnostics.Process();
Proc.StartInfo.FileName = "C:\\Program Files (x86)\\Skype\\Phone\\Skype.exe";

但是,我想使用c#代码填写用户名和密码,并使用代码登录。

有什么想法吗?

0 个答案:

没有答案