Ok, so I have a VB .Net MDI Forms Application.
frmMain is the "parent" form with IsMDIContainer set to TRUE.
I load "frmChild" from frmMain setting the MDIparent property to frmMain.
I minimize the form, then minimize the application. I restore the application a few minutes later, then restore frmChild and find that frmChild is now totally blank...?
This happens intermittently when I minimize the child form, then minimize the application and subsequently restore the application then restore the child form...