我想知道是否有人知道如何在C#或VB.NET中“调用”这种消息框
Don't take any notice of what is written in messagebox it's in French ^^
感谢您的帮助!
答案 0 :(得分:1)
答案 1 :(得分:0)
您可以在其属性中更改表单的样式,并使其像消息框一样。然后在你的" messagebox"中添加你需要的每个项目。当您想要显示它时,只需创建该表单的新实例即可显示。 或者,请点击此处:http://www.dreamincode.net/forums/topic/102866-how-to-display-combobox-items-in-message-box/