Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Modal forms?
Message
De
29/08/2000 10:53:46
 
 
À
28/08/2000 18:01:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00410044
Message ID:
00410270
Vues:
16
This is the code I am using.

DEFINE WINDOW newwhl ;
AT 0.000, 0.000 ;
SIZE 9.000,95.000 ;
TITLE "Create New System" ;
FONT "MS Sans Serif", 8 ;
FLOAT ;
CLOSE ;
NOMINIMIZE ;
DOUBLE ;
FILL FILE LOCFILE("BACKGRND.BMP","BMP|ICO|PCT|ICN", ;
"Where is backgrnd?")
MOVE WINDOW newwhl CENTER


IF WVISIBLE("newwhl")
ACTIVATE WINDOW newwhl SAME
ELSE
ACTIVATE WINDOW newwhl
ENDIF

Tyler
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform