T
Tim
This is a part of the function I want to use on my form
for each label MouseMove.
How can I set this up that if you are already on this
label, it's not going to repeat the sound over and over
for each move?
The sound should execute only once for each label
Function WavPlay()
Dim A As Long
Dim strWav As String
strWav = "c:\mydone.wav"
A = fPlayStuff(strWav)
End Function
Thanks
Tim
for each label MouseMove.
How can I set this up that if you are already on this
label, it's not going to repeat the sound over and over
for each move?
The sound should execute only once for each label
Function WavPlay()
Dim A As Long
Dim strWav As String
strWav = "c:\mydone.wav"
A = fPlayStuff(strWav)
End Function
Thanks
Tim