I am trying to get a modal ddt dialog box with a beep (like msgbox). I want to first show the dialog and when it's on-screen beep/sound. When I use
Beep
Dialog Show Modal
I first have to wait on completion of beep/sound before dialog is shown. Is there a callback message that is sent right after the dialog is drawn to use? (using %WM_INITDIALOG still beeps before dialog is drawn...)
-------------
Kind regards,
Peter.
[This message has been edited by Peter Lameijn (edited March 27, 2000).]
Beep
Dialog Show Modal
I first have to wait on completion of beep/sound before dialog is shown. Is there a callback message that is sent right after the dialog is drawn to use? (using %WM_INITDIALOG still beeps before dialog is drawn...)
-------------
Kind regards,
Peter.
[This message has been edited by Peter Lameijn (edited March 27, 2000).]
Comment