Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Go bottom at EDIT BOX
Message
 
 
To
18/06/2007 08:34:19
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01233853
Message ID:
01233862
Views:
14
1. Put code below into the Editbox's Refresh Method
* Editbox Refresh Method
DODEFAULT()
THIS.SelStart = LEN(THIS.Value)
NODEFAULT
THIS.SetFocus()
2. It cannot be done with editbox. You'll have to use something else, like RTF or Web Browser control.

>Hi everyone,
>
>I have a few question :
>
>1. how can i move the cursor to the bottom of EDIT BOX ?
>
>2. how can i highlight all the words as "IBM" or "MAC" inside a EDIT BOX.
>( as like as result page of YAHOO/GOOGLE search function, it maybe appear few time ) ?
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform