I am trying to save the size and state information for a Form in C# and
cannot get it to work correctly. I can get the size and WindowState
information but setting this information on FormLoad() does not work right.
I performed this stuff with the WINDOWPLACEMENT structure and everything was
fine under Win32. What is the equivalent of the GetWindowPlacement() and
SetWindowPlacement() functions in Win32 for DotNET?