Results 1 to 4 of 4

Thread: positioning a cursor in a textbox

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2005
    Posts
    1,069

    Resolved positioning a cursor in a textbox

    hello

    is there any way i can position a cursor say after the second character in a textbox?
    Last edited by vb_student; Sep 22nd, 2005 at 11:27 AM.

  2. #2
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: positioning a cursor in a textbox

    VB Code:
    1. txtBigFluffyTextbox.SelStart = 2

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2005
    Posts
    1,069

    Re: positioning a cursor in a textbox

    thanks dude

  4. #4
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: positioning a cursor in a textbox

    No worries!

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