Re: Msgbox without input?




<perryche@xxxxxxxxx> wrote:

Msg ID: news:1184514156.566261.258930@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Is there a way to have a msgbox popup a message without users to click
ok and it will go away in 5s. I prefer to have this without creating
a form to replace the msgbox.

Yes, and it`s so simple. Sorry me, but I think that 5 sec. is to much for closing message box. Maybe you should try with 2 sec. ?

-----------
Dim oSHL As Object
Set oSHL = CreateObject("WScript.Shell")

Rem* Now, you must replace your standard message box with this one

oSHL.PopUp " -=This message will be closed by 5 seconds =-", 5, "Informacija", vbInformation
-----------

--
Eli.

.