I have a C# windows form application that shows an overlay form with opacity for showing "Please wait..." when getting data from server.
The overlay form width and height is the same of Main Form but I would like to know how can I let overlay form to show only the top title main form so the ControlBox (close, minimize, etc) buttons can be clicked.
What I would need is to know the height property of the Main Form Title bar.
Appreciate any guide.
Thanks