I have many controls on each of several major forms, relying heavily on custom user controls, and I strongly doubt I can attach one of the forms. It would be difficult to even put together a decent representative mock-up.
Printable View
I have many controls on each of several major forms, relying heavily on custom user controls, and I strongly doubt I can attach one of the forms. It would be difficult to even put together a decent representative mock-up.
Perhaps just a single form, with two textboxes and menu to test with?
I added a call to DoEvents after the call to SendKey, as I noticed that the tab key was being processed after the menu event exited. This resolved the issue, and validation is now working as desired from the menu.
Glad to hear it is now working.