Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MouseMove fires wrong
Message
De
08/02/2005 20:57:25
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
MouseMove fires wrong
Versions des environnements
Visual FoxPro:
VFP 7
OS:
Windows '98
Network:
Windows 98
Database:
Visual FoxPro
Divers
Thread ID:
00985001
Message ID:
00985001
Vues:
59
Dear Experts

1) Following are the codes on the Init of Form1
PUBLIC PVariable 
PVariable = 0 
2) and the following codes are on Timer1.Timer control
PVariable=PVariable+1
thisform.text1.value=PVariable
IF PVariable=300
CLOSE ALL
CLEAR EVENTS
quit
ENDIF
3) MouseMove event of form1 has following codes
thisform.text3.Value=thisform.text3.Value+1
Now the problem is MouseMove event fires ,after sometimes, automatically without tocuhing mouse device.

What is being wrong?
Please help

Thanks in advance
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform