I have a button on Form1, when I click the botton I want to close Form1. Next, I want Form2 to open, Form2 consists of 1 textbox. Here is the key: I want the curser blinking on the textbox. Yes, I have tried OnFocus, and it works fine but only after I make the form ACTIVE (The the textbox has the blinking curser after I click somewhere on the form). How do I make the form Active so I do not have to click on it?