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:
01409122
Vues:
80
Thanks Sergey, but I want _screen w/o titlebar and maximized :-)

>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 :-))).
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform