J Jimmy Lu Oct 19, 2004 #1 How to retrive the WinForm's original(restored) bounds when it is in maximize state? Thanks Jimmy
C Chris Jobson Oct 19, 2004 #2 Maybe you can use P/Invoke to call the WinAPI GetWindowPlacement function? Chris Jobson