[Rslvd:Thnx 2 Mendhak,Crptcblade] How do I find the Height of the Titlebar of a Form?
When placing controls dynamically on a form, I'd like to resize the form to be a certain amount more than the bottom edge of the bottom control placed on the form. However, its the same old problem, the vertical position of a control does not include the height of the titlebar of the form, so saying something like:
VB Code:
Me.Size = New Size(New Point(Me.Width, mybuttons(255).Bottom + mybuttons(255).Height))
still cuts off the control array.
:wave:
-Lou