Hi again, sorry for yet another thread.
I am using the KeyDown function in my form and it is not able to perform because of the other controls. For example, there is a text box in the form. Once the form has loaded, when I press vbKeyRight, my code does not run because the cursor is at the textbox and it is not the form getting the event. The same is true if there is a WebBrowser in the form. When I press vbKeyRight, instead of my codes executing, the browser just scrolls to the right. How do I set the focus back to the form and not my controls? Thanks.