does any1 know how to make a little web browser in vb.net ?
like nothing special just a little form with a website viewing thing then
a url taskbar and a go button?
i remember something like this in a previous forum i went to but that didnt work in my visual studio 2008 version.
thanks peeps
I know (sort of) how to do url lookup in C, and probably could do a basic html displayer, but a web browser is kinda difficult, you need caching, and javascript interpretation..
Yeah, I made one myself. Add a text box, web browser and a button to the form and double click the button. AddDoneCode:WebBrowser1.Navigate(TextBox1.Text)
yes, of course he must have but don't you think you've got to add at least a "refresh","back","forward" and "stop" button?
stop-
refresh-Code:webbrowser1.stop
back-Code:webbrowser1.refresh
forward-Code:webbrowser1.goback
Code:webbrowser1.goforward(do you also want a home page which you can keep changing and which will load just as the form does?)
i know how to make a nice web browser but in vb6 in vb.net codes are diffrent so sry
I didn't write here anything this is Illusion
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks