Excise of Doing mini browser
-
I has the exercise like below Develop a mini browser has the following features 1, Has back, forward, stop, home, refresh, favourite and search 2. The title of form has the title of HTML page 3. The status of the form will be used to display the progress bar when user dowloading a web page. I have done almost function but the function of favourite and search and display The title of form has the title of HTML page and display The status of the form will be used to display the progress bar when user dowloading a web page i have no idea to do it. Please help me. Thanks very much. I tried so hard and got so far
-
I has the exercise like below Develop a mini browser has the following features 1, Has back, forward, stop, home, refresh, favourite and search 2. The title of form has the title of HTML page 3. The status of the form will be used to display the progress bar when user dowloading a web page. I have done almost function but the function of favourite and search and display The title of form has the title of HTML page and display The status of the form will be used to display the progress bar when user dowloading a web page i have no idea to do it. Please help me. Thanks very much. I tried so hard and got so far
rockxuyenmandem wrote:
I have done almost function but the function of favourite and search and display
Favourites is just a list, probably stored as an XML file. Easy to do Search is a waste of time, provide a link to google :P Display is the big one, if you don't want to use IE as a control, then good luck. Christian Graus - Microsoft MVP - C++