|
-
February 17th, 2000, 12:35 PM
#1
auto resize controls
I need resize all the controls in my form, always wend my form was resized...
Is there a control to do this?
PS: Sorry my bad english...
Érol Tavares Stocchero
-
February 17th, 2000, 12:54 PM
#2
Re: auto resize controls
use the form_resize
eg:
private sub Form_Resize()
myTxt.width = Form1.width - command1.width
command1.width = myTxt.left + myTxt.width
End Sub
Tom Cannaerts
[email protected]
The best way to escape a problem, is to solve it.
-
February 17th, 2000, 01:38 PM
#3
Re: auto resize controls
There are many controls on the market that will accomplish this. The APEX Olectra Resizer has a free evalutation version available for download at http://www.apexsc.com
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|