Results 1 to 3 of 3

Thread: Insert Me

Hybrid View

  1. #1
    Frenzied Member
    Join Date
    Jun 2000
    Location
    England, Buckingham
    Posts
    1,341
    In a textbox, standard, not richtextbox how do i make it so it inserts text at the set point, i.e. where the cursor is

  2. #2
    Guest
    Try this:

    Code:
    Text1.SelText = "My Text Here"

  3. #3
    Guest
    If you want to set the "|" to a certain point, use:
    Code:
    Text1.SelStart = 0 'set | at beginning of text
    Text1.SetFocus 'set focus on the textbox

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