Does anyone know of any way to switch focus between a main form and a child form without the usual flickering you get while changing focus between windows?
This works fine if the main form is an MDI container and the child form is within that container, but MDI is not appropriate for this application. I would like to be able to interact with a form without losing focus on the main form.
Obvious workarounds such as setting focus on the main form each time the mouse exits the child form produce a lot of flickering and simply arent acceptable.
Any ideas?
Thanks in advance for any help with this one,
Daniel.
This works fine if the main form is an MDI container and the child form is within that container, but MDI is not appropriate for this application. I would like to be able to interact with a form without losing focus on the main form.
Obvious workarounds such as setting focus on the main form each time the mouse exits the child form produce a lot of flickering and simply arent acceptable.
Any ideas?
Thanks in advance for any help with this one,
Daniel.
Comment