开发者

How to bring a Message box Window

开发者 https://www.devze.com 2023-02-18 05:02 出处:网络
In VB one can easily do this to bring up a Message box: Ms开发者_运维知识库gBox(\"Hello\") How to achieve the same in C#?Simple: You can use MessageBox.Show(\"Hello\");

In VB one can easily do this to bring up a Message box:

Ms开发者_运维知识库gBox("Hello")

How to achieve the same in C#?


Simple: You can use MessageBox.Show("Hello");

0

精彩评论

暂无评论...
验证码 换一张
取 消