Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Full screen with VFP
Message
 
À
24/08/2005 10:55:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01043372
Message ID:
01043409
Vues:
11
You could define the custom on key F11 routine where you modify settings for the sysmenu, titlebar, etc.. as needed.

Here is the example:
on key kable F11 do i1

*--------------
Procedure i1
if _screen.TitleBar= 0
     _screen.TitleBar= 1
else
     _screen.TitleBar= 0
endif
>Hello *.*
>
>I´d like to do the same full screen effect of F11 in internet explorer (press F11 to see) using VFP 6.
>
>Is it possible?
>
>Thanks in advance.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform