Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP50/Windows 95 - BMP/ICON/GRAPHIC/etc.
Message
 
 
To
10/08/1998 11:39:11
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00125272
Message ID:
00125285
Views:
10
_screen.AddObject( "imgLogo", "image" )
with _screen.imgLogo
   .Picture = "YourBMP.BMP"
   .Left = ( _screen.Width - .Width ) / 2
   .Top = ( _screen.Height - .Height ) / 2
   .Visible = .t.
?? "" && fix screen refresh bug
>I have the logo of my company as a BMP and I would like to display this graphic on the background and keep it in there until my application exits.
>
>I have tried the MODIFY WINDOW SCREEN command and the _SCREEN.Picture command but, these two commands place the icon on my screen many times. I just want my graphic displayed once.
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