Click here to Skip to main content
15,889,462 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Ok I need help with my browser which is tabbet of course but my questions are:

#1
How to make the web browser ask for being the defult web browser.
#2
Adding recent list which can navigate to the recent website
#3
Asking to shut down with 2 tabs or more open + saving the recent tabs like in opera(if possible)
#4
History list and can navigate to the selected item
#5
A downloader like in FireFox

If you people can help me that will mean me alot! ;)
I have been searching on the internet for many days and not finding a thing :(
And happy new year everyone :) :) :laugh: :cool: :cool:
Posted
Updated 31-Dec-09 11:19am
v3

wrote:
How to make the web browser ask for being the defult web browser.


Check if it is, in the registry, that is, is it associated with .htm files

wrote:
Adding recent list which can navigate to the recent website


As you browse to pages, store them somewhere, like the registry or a config file. Show from there.

wrote:
Asking to shut down with 2 tabs or more open + saving the recent tabs like in opera(if possible)


It's clear that you put an IE control onto a page and believe you've written software. This is really basic stuff. Perhaps you need to read a book ? I mean, my answers are quite self evident, IMO, but they are the only possible answers I can give.

Check if more that one tab is open in a closing event, and if so, prompt the user.

wrote:
History list and can navigate to the selected item


What do you mean ?

wrote:
A downloader like in FireFox


Well, now you're hoping to write actual software, not just play around. You'd need to catch the event of IE downloading a file, and then show the progress in your dialog, probably suppressing the actual download in IE and doing it in your own code.
 
Share this answer
 
Check if it is, in the registry, that is, is it associated with .htm files

wrote:
Adding recent list which can navigate to the recent website



As you browse to pages, store them somewhere, like the registry or a config file. Show from there.

wrote:
Asking to shut down with 2 tabs or more open + saving the recent tabs like in opera(if possible)



wrote:It's clear that you put an IE control onto a page and believe you've written software. This is really basic stuff. Perhaps you need to read a book ? I mean, my answers are quite self evident, IMO, but they are the only possible answers I can give.

uhm not I dont beleave that if I put an ie control on my form i got my own browser.

Check if more that one tab is open in a closing event, and if so, prompt the user.

wrote:
History list and can navigate to the selected item


Wrote:
What do you mean ?

What I mean like: if a item from history is double clicked a item from the history it will navigate to the historyitem.
Wrote:
A downloader like in FireFox

Wrote: Well, now you're hoping to write actual software, not just play around. You'd need to catch the event of IE downloading a file, and then show the progress in your dialog, probably suppressing the actual download in IE and doing it in your own code.

Yes I've have done that I have designed a downloader but, The coding is my hard part.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900