简体   繁体   English

如何通过VC连接gmail帐户#

[英]How to connect gmail account through VC#

I want to write a simple program which has a username and password field when I click the button it should display a message box saying "Successful login" and connect with my gmail account. 我想写一个简单的程序,它有一个用户名和密码字段,当我点击按钮它应该显示一个消息框说“成功登录”并连接我的Gmail帐户。

The code should use Http header.. 该代码应使用Http标头。

You should be clearer about what you want - the title says 你应该更清楚你想要什么 - 标题说

How to connect gmail account through VC# 如何通过VC连接gmail帐户#

For that, the answer given by FractalizeR is correct 为此,FractalizeR给出的答案是正确的

If all you want is to show a message than that's another story, try: 如果您只想显示一条消息而不是另一个故事,请尝试:

MessageBox.Show("MessageTextHere", "CaptionTextHere")

Or any of it's many variants 或其中有许多变体

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM