Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Screen Image
Message
 
To
04/12/2003 14:39:58
Joel Hokanson
Services Integration Group
Bellaire, Texas, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00856040
Message ID:
00856050
Views:
17
This message has been marked as the solution to the initial question of the thread.
>I have a small JPG file I want to showup in the middle of my screen.
>
>If I put _Screen.Picture = "XX.gif" it replicates the XX picture all over the screen.
>
>I would lke to have it show up ONCE and in the center.
_screen.addobject("omygif","Image")
_screen.omygif.Picture="C:\images\XX.gif" && or whatever
_screen.omygif.left = _screen.Width/2 - _screen.omygif.width/2
_screen.omygif.top = _screen.Height/2 - _screen.omygif.height/2
_screen.omygif.visible = .t.
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform