Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Scrolling an Editbox programatically
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00422362
Message ID:
00422603
Vues:
13
>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
Try adding a chr(13) at the BEGINNING of the output:
MyForm.MyEditBox.Value = MyForm.MyEditBox.Value+chr(13)+"This edit box line shows on the next line"
Imagination is more important than knowledge
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform