the title basically says it, i have a from with a treeview and a webbrowser control and three buttons. i want the back button to load the previous viewed html file from myresources and the same but opposite for forward?… also how can i and where can i link my external css to my program like my.resources so when i export the program for installing on another machine it still works? and one more thing… how can i intergrate/embed the webbrowser control into my program because as i believe it uses internet explorer and if someone installs my program onto their computer and they have un-installed ie and use firefox it won’t work? thank you guys very much, i know it’s a lot of questions but you guys are awesome!. thanks
Share
It would be easy for you if you read this web pages from the resource file and then save them to a disk.
In this way you can simply pass the physical path to the Navigate method and similarly you can use GoBack and GoForward and Print methods.
But if you don’t want them to save them, you still can read the web pages from the resource file and then use DocumentText property to display the webpage.
Using this method you won’t be able to navigate back or forward.