Results 1 to 3 of 3

Thread: [RESOLVED] Problem with picturebox

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Apr 2006
    Posts
    147

    Resolved [RESOLVED] Problem with picturebox

    Hi All

    I'm trying to get two pictures to be displayed and saved - One small and one big

    The big one is to be the snaphot of the form (this all works btw) then the smaller picture box to view what is in the bigger box but on a smaller scale

    I was thinking of using the line of code:

    Code:
    Me.Picture2.PaintPicture Picture1.Picture, 0, 0, Picture1.ScaleWidth, Picture1.ScaleHeight
    but it doesn't work - Any ideas???

    I've made a sample (see attachment)
    Attached Files Attached Files

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