Hi,
Ive run into a problem where in an mdi application using the docking manager to auto detect the child forms, when you switch between forms, the leave event is fired by the form that fired the enter event, instead of the form that was previously visible.
Ive tested this with a basic mdi form setup using just .net controls and it works fine, the moment I add a DockingManager and set it to autodetectmdiChildForms the events are fired by the same form.
If you know a work around that would be great?
Cheers
Adrian