Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help with displaying a large image
Message
De
06/09/2003 18:32:30
 
 
À
06/09/2003 18:11:57
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00826803
Message ID:
00826823
Vues:
30
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform