Click here to Skip to main content
15,890,882 members
Articles / Programming Languages / C#

TextBoxWriter: A Little Adapter for Logging or Whatever

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
1 Jul 2022MIT 4.5K   5  
Adapt a TextBox to make it writeable like any other text based I/O
Adapt a TextWriter to work on top of a TextBox to facilitate easier logging or otherwise adapting textual I/O to a GUI window.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
United States United States
Just a shiny lil monster. Casts spells in C++. Mostly harmless.

Comments and Discussions