Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DoScroll()
Message
 
 
À
12/06/2001 14:21:07
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00518517
Message ID:
00518519
Vues:
13
This message has been marked as the solution to the initial question of the thread.
>There is a DoScroll() command to programmatically scroll a grid, but I can't find the equivalent to programatically scroll an EditBox. I use one of these to show the user status information, and I would like to scroll to the bottom automatically. Any ideas?
>
>Hilmar.

EditBox.SelStart = len(EditBox.Value)
EditBox.SelLength = 0

This should go to the bottom of the editbox.

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform