CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 11 of 11

Threaded View

  1. #6
    Join Date
    Jul 2006
    Location
    Germany
    Posts
    3,725

    Re: kill off top line in an RTB

    I testet line deleting in an rtb which has multiple colored lines. Everything worked as expected.

    When adding lines, the appending is already done by SelStart = NuText.
    Otherwise I used the same code to add lines to the rtb.

    I send you the rtb playing form I used.
    Change the filename in the Form_Load() to your own file.
    The right window shows the rich text commands. Maybe you can spot what happens...
    Attached Files Attached Files

Tags for this Thread

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