VB 6: How do I find the area inside a form?
In VB 6 I'm trying to ma开发者_StackOverflow中文版ke a control automatically resize based on the form's size. Unfortunately Form.Width is the total width of the form, not just the client area. So how do I find out the interior heigth and width?
Use the ScaleWidth and ScaleHeight property.
精彩评论