G
Guest
Hello,
I'm invoking successive
SendKeys.SendWait("{BACKSPACE}")
SendKeys.SendWait("{DELETE}")
in a loop.
The issue is that it causes a Beep on every Pass.
Setting the 'Handled = True' on the Control does prevent the Beep, but
messes-up the Backspace-Delete Sequence.
Is there another way to prevent the Beep to occur?
TIA,
Michael
I'm invoking successive
SendKeys.SendWait("{BACKSPACE}")
SendKeys.SendWait("{DELETE}")
in a loop.
The issue is that it causes a Beep on every Pass.
Setting the 'Handled = True' on the Control does prevent the Beep, but
messes-up the Backspace-Delete Sequence.
Is there another way to prevent the Beep to occur?
TIA,
Michael