Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DoScroll()
Message
 
 
To
12/06/2001 14:21:07
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00518517
Message ID:
00518519
Views:
12
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform