I donot want to produce the sound during Message Box.
I am producing my own sound using
Function PlaySound Lib "winmm.dll"
this function produces the desired sound...
but obviously the message box produces its own sound too.
Printable View
I donot want to produce the sound during Message Box.
I am producing my own sound using
Function PlaySound Lib "winmm.dll"
this function produces the desired sound...
but obviously the message box produces its own sound too.
Create your own messagebox class. Then you can do what ever you want with it.