Results 1 to 3 of 3

Thread: [2005] Highlighting Text

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2006
    Posts
    19

    Question [2005] Highlighting Text

    What I would like to do, is suggest possible answers for the user, as they're entering data, by finishing their word, and highlighting the text, so they can keep typing if they want, or just hit enter and it will provide them with the results.

    I need to know how to highlight the part they haven't typed yet. I'm guessing there is a fairly easy way to do it, I just dont know it

  2. #2
    Member
    Join Date
    Oct 2005
    Location
    C:\Downloads at 87.105.109.239
    Posts
    39

    Re: [2005] Highlighting Text

    If you want something like that in attached image,
    then use a common text box and:
    - set its AutoCompleteSource to custom
    - set AutoCompleteCustomSource and type there all suggested words (of course
    it can be made at runtime)
    - set AutoComplete mode to Append.
    Attached Images Attached Images  
    If my post is helpful please RATE IT! Thanks

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jul 2006
    Posts
    19

    Re: [2005] Highlighting Text

    Thanks so much! This is EXACTLY what I was looking for. I appreciate it a lot!

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