Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I center an image in the foxpro main screen
Message
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Miscellaneous
Thread ID:
00695274
Message ID:
00695302
Views:
15
>I have a need to be able to center an image in the foxpro main screen.
>
>Any ideas on how to do this?
>
>Thanks,
>Mike


Mike,
You can use this old fpw26 way
activate screen
@0,0 SAY yourbitmap.bmp BITMAP CENTER STYLE "T"
This will center your bitmap in the VFP main window no matter what screen resolution. You would have to execute this anytime you clear screen and want to redisplay the bitmap.
HTH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform