GUI Event Buffering problem

  • Thread starter Thread starter Paul
  • Start date Start date
P

Paul

Hi,

I'm playing a sound synchronsly in a form, meaning the program gets stopped
effectively until the sound has finished which it what i want. But how do i
prevent servicing any inadvertent form button presses that could of been
pressed while the sound was playing? (i.e. events that have been buffered
beacuse they could not be serviced)

Thanks,

Paul
 
Paul,

One approach would be to disable the buttons before playing the sound.
 
Back
Top