Re: Msgbox without input?
- From: "Jasmin Terzic" <dream@xxxxxxx>
- Date: Sun, 15 Jul 2007 21:26:48 +0200
<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.
.
- Follow-Ups:
- Re: Msgbox without input?
- From: Larry Linson
- Re: Msgbox without input?
- References:
- Msgbox without input?
- From: perryche
- Msgbox without input?
- Prev by Date: Re: Msgbox without input?
- Next by Date: DOWNLOAD CRACKED 2007's SOFTWARE: ARCHICAD 11,UNIGRAPHICS NX5,SOLIDWORKS 2008,XSTEEL 13,AUTOCAD 2008
- Previous by thread: Re: Msgbox without input?
- Next by thread: Re: Msgbox without input?
- Index(es):