Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Image on screen shows then disappears
Message
From
17/08/2000 19:06:14
 
 
To
17/08/2000 18:40:02
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Miscellaneous
Thread ID:
00406449
Message ID:
00406456
Views:
25
>Sometimes it appears promptly, then it doesn't.
>But when I put a window on top it when it is invisible (i.e. on the spot where it should be) and move the window off again, the image does show up.
>
>How can the image be made visible the first time and all the time programmatically?

Instead of putting the image in a general field, you could put an image control on a form. In the init of the form:

thisForm.image1.picture = 'c:\pathToLogo\LogoISpentTooMuchTimeOn.jpg'

You will have to adjust the position of the image control based on whether or not you want it centered.

HTH
Steve Gibson
Previous
Reply
Map
View

Click here to load this message in the networking platform