Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
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 ..
}
Posted

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,
 
Share this answer
 
use this code

VB
Sub test()
CreateObject("WScript.Shell").Popup "Place message here", 3, "Message Title"
End Sub
 
Share this answer
 
Comments
Valery Possoz 14-Dec-11 4:02am    
Is that C#?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900