F
FishingScout
I have a small html file that I have added to my project. When I added
"sample.html", I set the build action to "embedded resource".
In the application I would like to do something like this ( but this
doesn't work ):
WebBrowser.Navigate( "MyApplication.Sample.html" )
Does anyone know if
1. it is possible to Navigate to an embedded html page
2. how to Navigate to an embedded hteml page
Thank you.
"sample.html", I set the build action to "embedded resource".
In the application I would like to do something like this ( but this
doesn't work ):
WebBrowser.Navigate( "MyApplication.Sample.html" )
Does anyone know if
1. it is possible to Navigate to an embedded html page
2. how to Navigate to an embedded hteml page
Thank you.