msgbox不显示“确定"按钮,并在保存时运行? [英] msgbox to NOT display OK Button and to run while saving?

查看:74
本文介绍了msgbox不显示“确定"按钮,并在保存时运行?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

msgbox不显示确定"按钮,而是在保存时运行?
有可能吗? 如果有什么好主意,请告诉我怎么做?????
C#windoaaplcation
.............

cmd.exicutenonquery()
messagebox.show("saved");我要保存消息,但是没有ok按钮,我只想显示保存msg几秒钟..
}

msgbox to NOT display OK Button and to run while saving?
is it possible ????
if have any buddy idea please tell me how?????
C# windoaaplcation
.............

cmd.exicutenonquery()
messagebox.show("saved");i want save message but without ok button min i want to show save msg only for few second ..
}

推荐答案



请参阅此链接. 消息框的示例代码.


请别忘了投票,如果有帮助的话,其他人可以考虑作为答案...

问候
Hi,

See this link. A sample code for message box.


Please do not forget to vote if could help so that others may consider as an answer...

Regards,


使用此代码

use this code

Sub test()
CreateObject("WScript.Shell").Popup "Place message here", 3, "Message Title"
End Sub


这篇关于msgbox不显示“确定"按钮,并在保存时运行?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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