Results 1 to 4 of 4

Thread: zooming in an picture box

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2000
    Posts
    257

    zooming in an picture box

    is it possible?
    When I write my code, only God and I know what it means. But a week later, only God knows.

  2. #2
    Frenzied Member JungleMan's Avatar
    Join Date
    Feb 2001
    Posts
    2,033
    You can put a picture box inside a picture box, have a few buttons to enlarge it and move it around..for a zooming effect..
    I'm bringing geeky back...

  3. #3
    Megatron
    Guest
    One method is to use an Image and set it's Stretch property to True. That way, when you resize the image, the picture itself will stretch to fit the control.

    But, if you would like to keep the picturebox, then take a look at the following example.
    http://www.vbforums.com/showthread.p...highlight=zoom

  4. #4
    Frenzied Member JungleMan's Avatar
    Join Date
    Feb 2001
    Posts
    2,033
    Well, that's what I was aiming at...use an Image control and put it inside a picture box...and that will create a zooming effect.
    I'm bringing geeky back...

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