Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why _screen w/o tittle bar cover taskbar?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
Database:
Visual FoxPro
Divers
Thread ID:
01409112
Message ID:
01409115
Vues:
88
Boris,
Try
_screen.WindowState = 0
_screen.TitleBar = 1
>Try this:
>
>_screen.TitleBar = 0
>SET SYSMENU OFF
>SET SYSMENU TO
>_screen.WindowState = 2
>oTimer = CREATEOBJECT([MyTimer])
>oTimer.Enabled = .t.
>READ EVENTS
>_screen.TitleBar = 1
>SET SYSMENU TO DEFAULT
>
>
>
>DEFINE CLASS MyTimer AS Timer
>  Interval = 3000
>  Enabled = .f.
>  
>  
>  PROCEDURE Timer
>      CLEAR EVENTS
>  ENDPROC
>ENDDEFINE
>
>
>And you will see that when _screen goes maximised it covers the task bar.
>Is there a way to make it behave normal :-))).
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform