Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Another editbox question
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00118394
Message ID:
00118397
Vues:
14
Hi Steve.

One way to do it is to set the SelStart property of your EditBox to zero.

ThisForm.Edit1.SelStart = 0
ThisForm.Edit1.SetFocus()

-Michael M. Emmons

>Is there a way to reset an editbox to the top line when you have scrollbars down the right side of the editbox?
>
>I scroll down with my mouse, but then I want to press a command button and have the editbox automatically reset to the top line of the text inside the editbox.
>
>I have not figured out the best way to do it.
>
>Thanks for helping.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform