Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to show my form, but not show the VFP main window?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00504569
Message ID:
00505099
Vues:
24
>Cy,

just in case you need it. in the init of your form, or the redraw event....
here is a little trick - or workarround I also have used.
_screen.lockscreen=.f.
_screen.width=this.width-15
_screen.left=this.left+5
_screen.height=thisform.height-175
_screen.top=this.top+5
_screen.visible=.t.

So even if the screen becomes active, its always behind my main menu.
Bob lee
>
>I set ShowWindow to 2-Top Level this morning, changed my form to Modeless from Modal and added READ EVENTS to the .prg. I also included config.fpw with SCREEN=OFF in my .EXE as you suggested.
>
>The above combination solved the problem. I was all around it, but couldn't get the right combination. Thanks again.
>
In the beginning, there was a command prompt, and all was well.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform