k ive got 2 simple q's the first is how do u put wav files in2 a app and the 2nd is how do u add infinit loops 4 a msgbox???:D
Printable View
k ive got 2 simple q's the first is how do u put wav files in2 a app and the 2nd is how do u add infinit loops 4 a msgbox???:D
hey,
I can't answer your wav question but if you want to display a msgbox infinitely until the user clicks "yes" or something, you can do it like this:
[Code]
Dim intResponse as Integer ' Response from user
Dim strMsg as String ' Msg to display
msg = "You must click Yes to continue."
Do
intResponse = msgbox(msg,vbyesno,"Click Yes")
if intResponse = vbYes then
exit Do
end if
Loop
[\Code]
hope that's what you were asking for.
nick
Question 2:
Code:Do
MsgBox "Wwazzzzzzzzzzzuuuuuuppppppppppp"
Loop
or to limit how much times it comes up:
Code:Dim intA as integer
do
intA = intA + 1
msgbox "Whazzzzzzzzzzzzzzzzzzzzzzzuppppppppppppppp"
Loop until intA = 'enter a number of times here
thanx guys that is exactly wut i wanted
know 2 go piss ppl off
im going to send
r u a dumbass
and error 420 u r too stupid 2 every kid in my skewl ;) ;) :D
use programming for good, not evil :cool: