Results 1 to 3 of 3

Thread: Need help!

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2000
    Posts
    15

    Red face

    Hi all,

    I want to insert a background image, but how can i assign it to 800x600? Thx in advance

  2. #2
    Guest
    First, place the image in an Image control, then set the Stretch property to True. Next, change the width and height to your custom settings.

    Or use the PaintPicture method.
    Code:
    Me.PaintPicture Me.Picture, 0, 0, 600 * Screen.TwipsPerPixelX, 800 * Screen.TwipsPerPixelY

  3. #3

    Thread Starter
    New Member
    Join Date
    Nov 2000
    Posts
    15
    Thx Megatron for your help.
    I have another question. Can I create "click Spots" like Map in HTML on my image? Please show me if you know

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