我问一个问题给C# [英] i am asking a some question to c#

查看:76
本文介绍了我问一个问题给C#的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是拉吉夫,我的问题是如何在c#中编写消息.

hi i am Rajiv and my question is How to Write a massage in c#.

推荐答案

我假设您想知道如何使用C#发送电子邮件.如果是这样,请参见 [ ^ ]这样的帖子.

/ravi
I assume you want to know how to send an email message using C#.  If so, see the answer to this[^] SO post.

/ravi


using System;

class MyProgram
{  
   public static void Main()
     { Console.WriteLine("massage");  }

}



这肯定会在C#中写一个按摩"

如果您想写一封电子邮件:请参阅Ravi Bhavnani的解决方案



This will definitely write a ''massage'' in C#

If you are asking about writing a email: refer to Ravi Bhavnani''s Solution here.

And if you are talking about MsgBox then use :

System.Windows.Forms.MessageBox.Show("Hello");



请具体说明.



Please be specific..


这篇关于我问一个问题给C#的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆