String processing is one of the slower tasks in any programming language, however if you run the program in "Release" configuration without the debugger attached (just launch the exe) it should still be fine. The only way I am aware of whereby you could create get and set accessors for the Text property of a textbox would be to create an inherited class of TextBox, and use that control. This really shouldn't be necessary.
|