Results 1 to 4 of 4

Thread: Image Control Resizing?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 2004
    Posts
    155

    Image Control Resizing?

    How do I get an image control to resize with my form. I want to maximize the form and image control to the users maximum window size. Maximizing the form is simple but how do I get the image control to resize with it?

  2. #2
    PowerPoster Static's Avatar
    Join Date
    Oct 2000
    Location
    Rochester, NY
    Posts
    9,390

    Re: Image Control Resizing?

    Image1.Left = 0
    Image1.top = 0
    Image1.Width = Me.ScaleWidth
    Image1.Height = Me.ScaleHeight

    that will fill your form with the image control
    JPnyc rocks!! (Just ask him!)
    If u have your answer please go to the thread tools and click "Mark Thread Resolved"

  3. #3

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Feb 2004
    Posts
    155

    Re: Image Control Resizing?

    Thanks guys. Exactly what I needed.

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