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
    Location
    Ireland
    Posts
    503

    cursor position in a textbox

    does anyone know how to get the cursor position within a textbox?

    number of characters from start of textbox where cursor is flashing.

    all replies rated

  2. #2
    Join Date
    Jun 2002
    Location
    Philadelphia, PA
    Posts
    85
    You can achieve this by using getting the SelectionStart property. You can also move the cursor by setting the position you want.

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