|
-
Oct 11th, 2005, 11:39 AM
#1
Thread Starter
Member
Resize object by Resize (RESOLVED)
I am trying to resize an object, lets use a label as an example:
Private Sub Form_Resize()
label1.Height = Screen.Height - 1800
label1.Width = Screen.Width - 500
End Sub
Using this code will only resize to the size of the window, whereas I need the object to resize to the form.
Any help is greatly appreciated, Thanks in advance if I don't get back to you. 
Added green "resolved" checkmark - Hack
Last edited by Hack; Oct 11th, 2005 at 12:18 PM.
HaLA oWNS J00!
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
|