I have a parent form. Within this parent form is a child form that shows another form modally. And within this modal form, another modal form is being shown. Problem is, when I close everything and the child form should be receiving the focus, focus can be found nowhere. I had to do a mouseclick in order to type an entry in the textbox. Problem with this is that this child form is dynamic since showing of the modal form is accessed via a menu.
Any hint or help would be appreciated.
Thanks.