|
-
Nov 19th, 2002, 02:00 AM
#1
Thread Starter
Frenzied Member
WebBrowser Control (Turn Auto Complete On?)
Is it possible (im guessing it is?) to turn auto-complete on (what IE Uses with the drop down menu's etc) in A WebBrowser control?
I want the drop down menu on all of the text box's etc, like IE uses, & if i dont gotta program dat myself, Even better 
is there a fast, easy way to it?
-
Nov 19th, 2002, 02:13 AM
#2
Frenzied Member
Well, you gotta get all the URLs, which are in string form, are stored in the registry...the key i found for this is:
Code:
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TypedURLs
If you need more help, just tell me.
-
Nov 19th, 2002, 02:27 AM
#3
Thread Starter
Frenzied Member
No.... (Maybe wasnt clear)
You know when you go to say, http://www.Yahoo.com,
and then you type in the search input box say "Free" and you have previously typed in a search input / input box called the same name before, "Free Money" "Free Webspace" "Free Clothes" "Free Food" "Free Soda" "Free Stuff Cuz Im A Scrubba" etc, it will give you a list of all those stuff,
Then you hit your Space & S keys, it will cut the list down to:
"Free Soda" "Free Stuff Cuz Im A Scrubba"
ETC, well, this is what i want, Not the URL's (Hitory Stuff)...
(But, whilst were on the subject of URLs etc)
U know how it goes URL1, URL2 etc, how does it retrive them?, how does IE know which is the last number?
any how, if u can help me wiv dat auto complete, Cool
-
Nov 19th, 2002, 02:28 AM
#4
Frenzied Member
The autocomplete is the hard part, but do you want me to write it
for you or do you just want general methods you can use to get
it?
-
Nov 19th, 2002, 02:37 AM
#5
Thread Starter
Frenzied Member
lol,
i wanna b able to use the same stuff as IE does,
& Nah, i dont want u to write it 4 me, jst an idea how to go about doing it etc (Which i guess you did give me, N that)
tnx
-
Nov 19th, 2002, 02:47 AM
#6
Frenzied Member
OK, what you want to do is just check the enetered text. If it
matches the beginning of something, set the "seltext" property of
the text box to the remaining part of the url.
-
Nov 19th, 2002, 03:29 AM
#7
PowerPoster
I suppose that if IE does have this autocomplete feature turned on, this should be available in your webbrowser too. These settings for the IE is stored in the registry. You might want to take a look at www.winguides.com/registry for the exact registry setting affecting this feature.
-
Nov 19th, 2002, 03:31 AM
#8
Thread Starter
Frenzied Member
nope, its turned on for IE, but not for my browser,,,
I think the web browser control is based on IE 5.5? or IE 5.0, and Auto Complete is in both of those?
any whooze, i was jst bout to look @ Win Guides for the key 
Ta
-
Nov 19th, 2002, 03:51 AM
#9
PowerPoster
The webbrowser is always based on the version of IE present in your system. It is not tied to any specific version as such.
-
Nov 19th, 2002, 03:52 AM
#10
Thread Starter
Frenzied Member
ok, kool then, dat ones good to know 
God knows why the little box never pops up wiv my Usernames & EMail address etc when it does in IE :\
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
|