Is there any type of msgbox
in vb.net that gives a message and it disappears automatically after a certain time?
Or is there any method to hide the msgbox
, without user's clicking OK?
You Can use
CreateObject("WScript.Shell").Popup("Welcome", 1, "Title")
this msgbox will close automatically after 1 second