How could I create a text box, which accepts input and stores it somehow (like in an array or a string) so that I can output it to a text file? I want to do the output part myself.
I looked on msdn and have Googled for it several times, and could not find anything which worked. Does anyone know a way of doing this? I'd also like to be able to specify the size of the box, if possible.