I have an MDI form as a controlling form for my application
I do have several MDI Child Forms that are displayed within the app., but only ever 1 at a time
The problem is, when loading one of the forms, the MDI parent appears to go transparent for a second or so whilst the MDI child is loaded. I think it is due to processing the running in the form load event
I have tried Suspend / resume layout, hiding the form, minmizing the form etc. but nothing seems to work.
Any suggestions please
Thanks Andy