I am trying to load an html file in my resources folder using the webBrowser;however, I can't find out what the code is for this. I have been searching online for the past few hours and cannot seem to find anything.This is what I currently have that works but I want to load the page so that the background image will load faster.
WebKitBrowser1.DocumentText = "html source code"
Does anybody know how I could make my web browser load this html page from my resources folder?
WebKitBrowser1.DocumentText = "html source code"
Does anybody know how I could make my web browser load this html page from my resources folder?