Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
.exe's
Message
De
17/12/1999 07:25:03
 
 
À
17/12/1999 07:13:22
Paul Frost
Instem Computer Systems Ltd
Stone, Royaume Uni
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Re: .exe's
Divers
Thread ID:
00304734
Message ID:
00305168
Vues:
30
If you want a dialog (form) based application, then save yourself a lot of pain by doing the following:

1) Set the forms ShowWindow property to 2 and leave WindowType as Modeless.
2) In your config.fpw settings file enter a line SCREEN = OFF.
3) Create a program and set it as main in the project manager, the contents should be something like:

do form myform
read events

4) In your form (on say a Close button Click() method) enter CLEAR EVENTS.
5) Build and run.

This is a very simplistic approach but a lot less trouble than what you are currently doing (IMHO don't bombard this thread *g*).
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform