PDA

Click to See Complete Forum and Search --> : MsgBox


QWERTY
Nov 10th, 1999, 10:07 AM
Help!!! My message box doesn't work. I used that code:
RetVal=MsgBox("SOMETHING HERE", VbYesNoCancel + VbExclamation, "TITLE")
Works great to display MsgBox but when it appear I can't hear any sound. I can hear it only first time this msgbox appears, when I try to show it second or third time it is silent. Does anybody know what' wrong with it?

Thanks for any help

------------------
Visual Basic Programmer (at least I want to be one)
------------------
PolComSoft
You will hear a lot about it.

MartinLiss
Nov 10th, 1999, 10:35 AM
I'm not sure what is happening in your program, but you can always put a "Beep" right before your MsgBox statement.

------------------
Marty