Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Properties of a Bitmap or JPEG
Message
 
 
À
16/01/2000 11:49:30
Loren Fedje
Loren D. Fedje & Associates Ltd.
Chilliwack, Colombie Britannique, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00318732
Message ID:
00318752
Vues:
20
Loren,

The following code works for me. The Image properties of .Height and .Width change each time .Picture is set:

_screen.addobject( "ox", "image" )
_screen.ox.visible = .t.
_screen.ox.picture = "C:\My Documents\0001.jpg"
_screen.ox.picture = "C:\My Documents\0012.jpg"
_screen.ox.picture = "C:\My Documents\0015.jpg"

>I am developing an application that requires the properties of a BMP or JPEG. Size, Height and Width.
>
>The problem that I have found in diplaying these file formats in a container is that the BMP or JPG is repeated both vertically and Horizontally to the size of the container. I want the ability to resize the container and it's pageframe to show a clean image of the file.
>
>It would be beneficial if the display only showed a single image but I have not found a property to do this. Perhaps I am missing something!
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform