F
Ferhat Akcin via .NET 247
Hi all,
I have a picture box which blinking each quarter a second. Iwant to Beep() whenever it blinks. I tried the PInvoked Beepfunction, but it blocks the thread. I am sure it is prettysimple, but need to use another thread, but I could notsynchronize the visual and audio parts.
Could you please help me.
Thanks in advance.
I have a picture box which blinking each quarter a second. Iwant to Beep() whenever it blinks. I tried the PInvoked Beepfunction, but it blocks the thread. I am sure it is prettysimple, but need to use another thread, but I could notsynchronize the visual and audio parts.
Could you please help me.
Thanks in advance.