Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Scrolling an Editbox programatically
Message
From
28/09/2000 19:09:20
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00422362
Message ID:
00422364
Views:
11
>Help!
>I'm trying to scroll an edit box programatically so that it displays progress messages which are being added incrementally to it (the equivalent of keeping the vertical scrollbar at the bottom).
>
>TIA

After adding the message, do this
WITH thisform.editbox
  .SelStart = LEN(.Value)
  .Refresh()
ENDWITH
Insanity: Doing the same thing over and over and expecting different results.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform