When I unload a child form of an MDIForm, I activate the SetFocus method during the Form_Unload of child form, but the MDIForm still doesn't have the focus. What went wrong?
Printable View
When I unload a child form of an MDIForm, I activate the SetFocus method during the Form_Unload of child form, but the MDIForm still doesn't have the focus. What went wrong?
How do you actually set the focus?
it should be along the lines of :
MDIForm.txtbox.setfocus