Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Go bottom at EDIT BOX
Message
 
 
À
18/06/2007 08:34:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01233853
Message ID:
01233862
Vues:
13
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--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform