Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where is my cursor?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP1
Network:
Windows 2000 Server
Miscellaneous
Thread ID:
01245019
Message ID:
01245113
Views:
24
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
Previous
Reply
Map
View

Click here to load this message in the networking platform