Click to See Complete Forum and Search --> : Text Box Control


rfitzmeyer
June 15th, 2000, 02:33 PM
Any way around the 64K char limit on the text box control?

John G Duffy
June 15th, 2000, 03:33 PM
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