Results 1 to 3 of 3

Thread: Flipping the background picture on a form

  1. #1
    Guest
    How can I flip the background picture on a form (Form1.Image) vertically?

    I've seen it done on a picture box using the PaintPicture method, but I can't figure it out!

  2. #2
    Guest
    Please help! It can't be that hard!!

  3. #3
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    No it isn't. This will flip the forms picture vertically:

    Code:
        PaintPicture Me.Picture, 0, ScaleHeight, ScaleWidth, -ScaleHeight, 0, 0, ScaleWidth, ScaleHeight, vbSrcCopy

    Hope you get things work

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