|
-
Nov 28th, 2000, 04:52 PM
#1
Thread Starter
New Member
Hi all,
I want to insert a background image, but how can i assign it to 800x600? Thx in advance
-
Nov 28th, 2000, 05:47 PM
#2
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
-
Nov 28th, 2000, 06:11 PM
#3
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|