Results 1 to 6 of 6

Thread: Resize object by Resize (RESOLVED)

Threaded View

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2004
    Location
    Paris Onatrio, Canada
    Posts
    44

    Resolved 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
  •  



Click Here to Expand Forum to Full Width