Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why _screen w/o tittle bar cover taskbar?
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Why _screen w/o tittle bar cover taskbar?
Versions des environnements
Visual FoxPro:
VFP 9
Database:
Visual FoxPro
Divers
Thread ID:
01409112
Message ID:
01409112
Vues:
134
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform