M
Mike
I have a function that calls my .wav file.
Private Sub Form_Activate()
WavMyWelcome
End Sub
The problem is that the form doesn't get open until the
sound is done. (It takes 2 minutes.)
Is there a way to this sound as a background sound like a
web page?
Thanks
Mike
Private Sub Form_Activate()
WavMyWelcome
End Sub
The problem is that the form doesn't get open until the
sound is done. (It takes 2 minutes.)
Is there a way to this sound as a background sound like a
web page?
Thanks
Mike