How to determine correctly the Non-Client Area Size for Aero?
问题 How to determine correctly with VBNET or C# code the Non-Client Area Size when Aero is activated for a COMPILED application? (Yes, this problem only occurs when running a compiled application, not when launching the app from the IDE ) When I resize my form or I do any operation relationed with the height/width of the form I never get the expected result. For example this is a part of a code of a simple Docking of two forms: VB-NET: Me.Location = New Point((form1.Location.X + form1.Width),