Hi,

I have two forms -- the main form has a textbox and a button. The second form has a button that will unload itself and return to the first form when it is pressed. My problem is when I pressed the button on the second form and it returns to the main form the cursor does not blink inside the textbox. I set the textbox on the first form to 0 (zero) and the cursor does blink inside the textbox when the program begins however it does not do that when I return back to the first form with the execution of the button on the second form. If anyone can help I would really appreciate it. Thank you!


Marci