Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Splash screen
Message
From
26/04/2000 02:19:53
 
 
To
25/04/2000 14:59:28
Joel Hokanson
Services Integration Group
Bellaire, Texas, United States
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Title:
Miscellaneous
Thread ID:
00363282
Message ID:
00363458
Views:
14
If you want the image to tile, use _screen.picture = [fox.bmp]. If you want it centered use:
_SCREEN.ADDOBJECT([Image1],[oImage])
_SCREEN.Image1.LEFT = (_SCREEN.WIDTH/2)-(_SCREEN.Image1.WIDTH/2)
_SCREEN.Image1.TOP = (_SCREEN.HEIGHT/2)-(_SCREEN.Image1.HEIGHT/2)
_SCREEN.Image1.VISIBLE = .T.

DEFINE CLASS oImage AS IMAGE
	PICTURE = [fox.bmp]
ENDDEFINE
Dave

>I am using the menu designer for a simple application (an exe).
>
>How do I put a small graphic image as the screen background instead of just the top level menu and a white screen.?
>
>Can I make it a file from the local directory so I can have differnt backgrounds depending on what directory the exe is being run in?
>
>THANKS
Previous
Reply
Map
View

Click here to load this message in the networking platform