Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
No background, please
Message
 
À
04/02/2002 14:27:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00614967
Message ID:
00615193
Vues:
17
Reading over this again. Still a little confused.
Are you looking to have your 'forms' appear on your desktop, and not in the VFP _screen element.

if that is the case, create your foms with desktop=.t.
and in your init and moved events of your forms, (or form classes)
put this pc of code.
_screen.Height =this.Height -50
_screen.Width = this.Width -12
_screen.Top =this.Top + 45
_screen.Left=this.Left +5
This is not the only solution, but I know it does what I think you are asking for.

Bob Lee


>Hi. VFP7 user. I have an exe with several screens of different sizes. I would like the underlying screen to show through (as opposed to the opaque white background). How do I do this?
>
>Thanks, Randy
In the beginning, there was a command prompt, and all was well.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform