Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP50/Windows 95 - BMP/ICON/GRAPHIC/etc.
Message
From
10/08/1998 12:21:16
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
10/08/1998 11:39:11
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00125272
Message ID:
00125291
Views:
17
>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.
>
>Is there a way of doing this?
>
>Thank you in advance
Morys,
Instead of .picture do something like :
_screen.addobject("Mylogo","image")
_screen.Mylogo.picture = cMylogoBMP
_screen.Mylogo.stretch = 1
_screen.Mylogo.height = nMyLogoHgt 
_screen.Mylogo.width = nMyLogoWDt
_screen.Mylogo.visible = .t.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform