Hi all,
I got a form with two textbox which show a child form OnClickEvent.
I do work in the child form and when I dispose it, I'll like to give focus to the second main form's textbox.
But it doesn't work, making txtBox2.Focus() and Dispose() on the child form as if the Dispose action lost the focus on main form.