Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Screen Size
Message
De
18/10/2002 08:47:47
 
 
À
17/10/2002 20:36:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00712178
Message ID:
00712814
Vues:
9
Sounds like the VFP window (_screen) is there at runtime.

You've got work to do :(
Look at making your form a Top Level Form (ShowWindow = 2).
Then it can exist outside the VFP desktop (which defaults to white).
Then using SCREEN=OFF in the config file you can hide the VFP desktop.
If you don't ship a config.fpw file with your compiled application, now might be the time to start :)

You'll have to make other forms In Top Level Form (ShowWindow = 1) so that they appear inside your 'main' form. Then you're well on the way.

Toolbars will have to be set up to display in the top level form, too (ShowWindow = 1).

Look at the VFP samples for the SDI Form example.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform