|
-
May 1st, 2006, 04:46 PM
#1
Thread Starter
Hyperactive Member
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!
-
May 1st, 2006, 05:12 PM
#2
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?
-
May 1st, 2006, 05:16 PM
#3
Thread Starter
Hyperactive Member
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.
-
May 1st, 2006, 05:39 PM
#4
Thread Starter
Hyperactive Member
Re: Auto Complete?---HELP--URL feature
Would you happen to know where this "AutoCompleteSource" is located?- Thanks
-
May 1st, 2006, 06:55 PM
#5
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.
-
May 1st, 2006, 09:21 PM
#6
Thread Starter
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|