I can't figure out how to display a local webpage. I've tried messing with the webBrowser control but it keeps adding "http://" to the front of the local webpage address, and if I try to change it from within the code like this:
webBrowser1.Url = "file:\\webpage\Maphs v1.htm";
I get the following error:
error CS1009: Unrecognized escape sequence
Can anyone help me out? The page I want to display is just one page, and it is stored locally in the same folder as the program.
Thanks in advance for any help!