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

    Get Charpos in RichTextBox



    How can I get the charpos, I mean row and coloumn, in a RichTextBox?

    I want to display the values in the statusbar.

    I tried the function GetLine(charpos), but it is not useable for this task.

    Tanks for your help.

  2. #2
    Join Date
    Dec 1998
    Posts
    2

    Re: Get Charpos in RichTextBox



    Check Microsoft article no. Q186271.

    For your convenience, I wiil mail this article to you.

    (Because it's difficult to paste edit buffer to this 'message' area.

    Sorry for other user.)


    Si-Gwan Kim



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