Board index » Visual Studio » Display text
|
swayze
|
|
swayze
|
Display text
Visual Studio26
Is there an existing control for Visual Basic that allows me to display text in that control, but also lets me append text to it. The application I have in mind for this control is something like a status page that updates with new information without wiping out the previous info. Thank you. - |
| Josh
Registered User |
Fri Nov 21 16:05:05 CST 2003
Re:Display text
Just use a text box, and add to the text instead of just setting the text.
ie, do textbox1.text += foo instead of textbox1.text = foo Josh Moody VSU Team -- This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at www.microsoft.com/info/cpyright.htm">www.microsoft.com/info/cpyright.htm Note: For the benefit of the community-at-large, all responses to this message are best directed to the newsgroup/thread from which they originated. -------------------- QuoteContent-Class: urn:content-classes:message |
| hirf-spam-me-here
Registered User |
Fri Nov 21 18:01:41 CST 2003
Re:Display text
* "Troy Wilson" <tkw829@hotmail.com>scripsit:
QuoteIs there an existing control for Visual Basic that allows text. -- Herfried K. Wagner [MVP] <www.mvps.org/dotnet>">www.mvps.org/dotnet> - |
| hirf-spam-me-here
Registered User |
Fri Nov 21 18:02:08 CST 2003
Re:Display text
* Josh.Moody@online.microsoft.com (Josh Moody [MSFT]) scripsit:
QuoteJust use a text box, and add to the text instead of just setting the text. -- Herfried K. Wagner [MVP] <www.mvps.org/dotnet>">www.mvps.org/dotnet> - |
