|
-
December 18th, 1999, 11:49 AM
#1
Form resize code
I want the controlls to be in a reltive posission when resizing the form
please help me with the code, it's very urgent
-
December 18th, 1999, 12:39 PM
#2
Re: Form resize code
You need use the Resize event of your forms. For sample, if you have a TextBox Control on your form then you need copy follow code to form declaration section:
Private Sub Form_Resize ()
Text1.Move 0,0, ScaleWidth, ScaleHeight
End Sub
[email protected]
http://vbcode.webhostme.com/
-
December 20th, 1999, 01:10 AM
#3
Re: Form resize code
if you need to resize the form just use this code
form1.width = #whatever number
form1.height = #whatever number
PanasonicSubz
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
|