Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Scrolling an Editbox programatically
Message
De
28/09/2000 19:09:20
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00422362
Message ID:
00422364
Vues:
10
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform