Title: [msvc] ToolBar Positioning

I have a floating toolbar that is dynamically changed based on user input. 
If I do a GetWindowRect() for the toolbar, MSDN indicates that the border,
caption etc is included in the rect information returned.  It appears that,
in my case, the border and caption are not included as using the returned
cooredinates to reposition the toolbar causes a position change equal to the
width of the border in the x direction and equal to the height of the
caption in the y direction.  How can I get the dimensions of the border and
caption so that I may reposition the toolbar back to its original position?

TIA
David Stroupe
Keyed-Up Software

Reply via email to