The line "e.SuppressKeyPress" doesn't work when I execute a "Form2.ShowDialog()" line in the KeyDown event subr.
The exact same "e.SuppressKeyPress" line DOES work if I execute a "Form2.Show()" line in the same KeyDown event subr.
Seems to me it SHOULD work in both cases.
P.S. I STILL don't get email notifications of replies to my posts...
Hi,
I can't see why the show or showdialog should have any effect on this. Can you post a small sample project demonstrating this?
OK Mike, Here's the sample project.