CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2000
    Posts
    1

    Text Box Control

    Any way around the 64K char limit on the text box control?


  2. #2
    Join Date
    Apr 2000
    Location
    South Carolina,USA
    Posts
    2,210

    Re: 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured