Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Modifying how the executable window looks
Message
 
To
10/04/1997 07:59:20
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00027754
Message ID:
00027757
Views:
27
>Hi all,
> Is there any way to modify the look of the window that a compiled Vfp 3.0 executable runs in outside of the programming environment? Right now the program always runs in a white background with a blue heading saying "Microsoft Visual Foxpro" (The only way i can change the colours is through the windows colour settings)

_screen.caption = 'My Application'
_screen.backcolor = rgb(0,0,0)
etc.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform