Any way around the 64K char limit on the text box control?
Printable View
Any way around the 64K char limit on the text box control?
Use the Rich TextBoxControl instead. It has much more capabilities but can be used almost exactly like a normal Textbox if desired.
You will need to add a component reference to get it on the Toolbox.
go to Project/Components and checkmark
Microsoft Rich text box control
John G