Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Image Control and Form Resizing
Message
De
14/03/2003 06:26:48
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00765283
Message ID:
00765762
Vues:
14
put a timer control into form. and add a property for save time into form. adjuct timer for 1 seconds. and put these lines into resize event:

thisform.savetime=seco()
thisform.lockscreen=.t.


and put these lines into timer control:

if seco()-thisform.savetime<1
retu
endif
thisform.lockscreen=.f.

note:
i have not tried this method. this is only hypothesis. :)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform