imizufen
February 4th, 2009, 06:05 PM
You help will be very much appreciated for the querry below.
VB.net
how can we make a messagebox keep beeping till the user click on the ok button.?
jmedved
February 4th, 2009, 06:38 PM
how can we make a messagebox keep beeping till the user click on the ok button.?
With standard MessageBox this would probably include subclassing. I would not recomend this path.
Just create your own form which looks like MessageBox and play sound with timer control.
P.S. Watch your back also, I sense that beep annoyed customer may try to kill you :)