Apr 20, 2010 #1 daveatdbc Technical User Apr 20, 2010 7 CA I have an MDI application in which when I open a "main" window style window, I wish to minimze the MDI application window. Is this possible?
I have an MDI application in which when I open a "main" window style window, I wish to minimze the MDI application window. Is this possible?
Apr 21, 2010 1 #2 mbalent Programmer Sep 20, 2001 853 US Have you tried setting the windowstate of the MDI frame to Minimized! ? ie. myframe.WindowState = Minimized! Matt "Nature forges everything on the anvil of time Upvote 0 Downvote
Have you tried setting the windowstate of the MDI frame to Minimized! ? ie. myframe.WindowState = Minimized! Matt "Nature forges everything on the anvil of time