msgbox that disappears automatically after certain time

Furqan Sehgal picture Furqan Sehgal · Jun 28, 2011 · Viewed 47k times · Source

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?

Answer

Linendra Soni picture Linendra Soni · Sep 18, 2014

You Can use

CreateObject("WScript.Shell").Popup("Welcome", 1, "Title")

this msgbox will close automatically after 1 second