简单的文本输入对话框
VB 程序员都知道有一个输入框对话框,用于要求用户简单地输入一个字符串。
我只是好奇 C# 中是否有类似的东西,或者我必须使用设计的表单?
tnx。
VB programmers know that there was an inputbox dialoge box for asking user to simply input an string.
I'm just curious that if there is any similar in C# or I have to use a designed form?
tnx.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以只使用 Visual Basic 函数:
You can just use the visual basic function:
同样的方法在VB.NET中仍然存在!
http://msdn.microsoft.com/en -us/library/6z0ak68w%28v=VS.90%29.aspx
The same method still exists in VB.NET!
http://msdn.microsoft.com/en-us/library/6z0ak68w%28v=VS.90%29.aspx