Results 1 to 6 of 6

Thread: Auto Complete?---HELP--URL feature

  1. #1

    Thread Starter
    Hyperactive Member sheikh78's Avatar
    Join Date
    Apr 2006
    Location
    C:/
    Posts
    423

    Auto Complete?---HELP--URL feature

    Hi, I'm looking for a way in my web browser that I'm building to have an autocomplete feature so that when you enter a url into the "address" textbox it will use a list of already visited urls to complete the one you are typing. Any Help would be appreciated!

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Auto Complete?---HELP--URL feature

    You need to set the AutoCompleteSource to CustomSource and then add your strings to the AutoCompleteCustomSource collection.

    Nice avatar by the way. Don't you think it's just a little bit rude to use someone else's?
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Hyperactive Member sheikh78's Avatar
    Join Date
    Apr 2006
    Location
    C:/
    Posts
    423

    Re: Auto Complete?---HELP--URL feature

    Sorry...but I like your avatar....it's really nice....next time i wont steal....sorry again....but can i still use your avatar, please?
    Last edited by sheikh78; May 1st, 2006 at 05:23 PM.

  4. #4

    Thread Starter
    Hyperactive Member sheikh78's Avatar
    Join Date
    Apr 2006
    Location
    C:/
    Posts
    423

    Re: Auto Complete?---HELP--URL feature

    Would you happen to know where this "AutoCompleteSource" is located?- Thanks

  5. #5
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Auto Complete?---HELP--URL feature

    Given that you didn't specify and you have a low post count I assumed that you would be using the newest version. If so then the autocomplete-related properties are in the Misc section of the Properties window. If you're not using 2005 then autocomplete is not supported by the standard controls. You'll either have to find a third-party control, of which there would be several free versions available, or else implement it yourself. The Code Project is the first place I'd look for a free third-party implementation. Also, please specify your version in future so we know what you have access to and what you don't.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  6. #6

    Thread Starter
    Hyperactive Member sheikh78's Avatar
    Join Date
    Apr 2006
    Location
    C:/
    Posts
    423

    Re: Auto Complete?---HELP--URL feature

    Thanks...yea sorry i am using VB.NET 2005.

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