Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
The Application Window
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00230216
Message ID:
00230217
Views:
25
try this in your main program:

WITH _Screen
.TOP=0
.LEFT=0
.WindowState = 2
.visible=.T.
.Closable=.f.
.BackColor=rgb(255,255,255)
.Movable=.f.
.MaxButton=.F.
.MinButton=.T.
.ControlBox=.t.
.Caption="your application title"
.Picture = "applicationbackground.bmp"
.icon="your_application_icon.ico"
ENDWITH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform