Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help with displaying a large image
Message
From
06/09/2003 18:32:30
 
 
To
06/09/2003 18:11:57
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00826803
Message ID:
00826823
Views:
31
Hi Paul,

if double of desktop size is sufficient,
you can put a "Image Class" on the form and:
* set
form.Scrollbars=3
Image.Stretch = 1 && or 0 if you not want zoom rescaling
* and use this code on one form.loadimageMethod procedure
 this.Image.Move(0,0,ImageWidthReScale,ImageHeightReScale)
 this.Image.Picture="myImagePathFile"
You can put Labels over the image with ZOrder method,
and with Form.ViewPortxxxx properties you can control the position.

Fabio
Previous
Reply
Map
View

Click here to load this message in the networking platform