开发者

VB 6: How do I find the area inside a form?

开发者 https://www.devze.com 2023-01-06 12:29 出处:网络
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 ho

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消