Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How To Dispay This Image
Message
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Miscellaneous
Thread ID:
01063319
Message ID:
01063326
Views:
8
Try
lcImage = "Desktop.jpg"
WITH _SCREEN
	.AddObject("oImg", "Image")
	.oImg.Picture = lcImage
	.oImg.Top = 0
	.oImg.Left = 0
	.oImg.Width = .Width
	.oImg.Height = .Height
	.oImG.Stretch = 1
	.oImg.Visible = .t.
ENDWITH	
>I want to display this image on a form:
>https://home.comcast.net/~kmarois/Desktop.JPG
>
>How do I get this image to size correctly regardless
>of screen resolution?
>
>And, after that, text placed on the lower left area, or
>the right area, need to be positioned correctly regardless
>of the size of the image.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform