CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Input

  1. #1
    Join Date
    Mar 2006
    Location
    Holand
    Posts
    6

    Smile Input

    Why in windows's editx search box and insome applications that have

    search edit boxes, do texts entered get automatecally filled all when I only

    enter part of the string ???

    For example, enter: searc --- it then automaticly fills me with "searching for an answer
    searching
    searching for a laptop......
    "

    Then I am allowd to choose one of them. How is that automaticly made?

    thanks
    using peter;

  2. #2
    Join Date
    Oct 2005
    Posts
    166

    Re: Input

    It's text auto-completion, I have seen some articles at codeproject.

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