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

    Cursor position in a RTB

    How can I find the position of the cursor in a Rich TextBox?
    Thanx.


  2. #2
    Join Date
    Aug 2000
    Location
    KY
    Posts
    766

    Re: Cursor position in a RTB

    richtextbox1.SelStart


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