Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Properties of a Bitmap or JPEG
Message
 
 
To
16/01/2000 11:49:30
Loren Fedje
Loren D. Fedje & Associates Ltd.
Chilliwack, British Columbia, Canada
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00318732
Message ID:
00318752
Views:
21
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
Previous
Reply
Map
View

Click here to load this message in the networking platform