1

I have an application that is used for logging the employees to the vmware desktop. Our company uses Google mail for email with our company domain name.

Now , what I want to do is grab the username and password from that application (which was written in C#) and use it to login to google drive without interfering the user experience.

So far, I tried using Process() class to open google drive and SendKeys() method to fill the email and password form for them. However, I have not been able to do this whole process in a background.

Is there any way to open google drive and run it in background and fill the form?

Any help will be greatly appreciated. Thanks.

4

1 回答 1

0

如果您想了解相关信息,background process请参见此处

开发一个在.NET 中在后台运行的程序?

如果您想查看Google Drive API信息,请参阅此处

带有 Google Drive API 的 C# Winform 应用程序。自动登录的方法?

于 2014-04-05T09:26:15.907 回答