Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
The Application Window
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00230216
Message ID:
00230217
Vues:
26
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform