Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Where is my cursor?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP1
Network:
Windows 2000 Server
Divers
Thread ID:
01245019
Message ID:
01245113
Vues:
25
Hi Larry,

> Is there code I can add to the form which will push the cursor to the top of the form?

With cursor you mean the blinking bar in text boxes? If so, you could add the following code to the GotFocus of your textbox class:
Declare ShowCaret in Win32API Long
ShowCaret(Thisform.HWnd)
--
Christof
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform