Results 1 to 3 of 3

Thread: RESOLVED: Inserting text where blinking line is

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2005
    Posts
    108

    RESOLVED: Inserting text where blinking line is

    Say i have a command button that does

    text1.text = text1.text & "whatever"

    how would i make it insert this text where the blinking line is rather than at the end of the text?
    Last edited by JayWalker; Apr 29th, 2006 at 11:59 AM.

  2. #2
    Oi, fat-rag! bushmobile's Avatar
    Join Date
    Mar 2004
    Location
    on the poop deck
    Posts
    5,592

    Re: Inserting text where blinking line is

    VB Code:
    1. Text1.SelText = "text to insert"

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Sep 2005
    Posts
    108

    Re: Inserting text where blinking line is

    Thanks!

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