Embedded resource
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am trying to embed html files in application. Initially, 1. I used to directly embed HTML file, I could load it using assembly manifest. But the problem with this was images were not getting loaded. 2. To deal with other problem i converted my html file and saved it as .mht format. But now it is not getting loaded. 3. Third way would be to extract the file from assembly and store it at a temp location and show in my webbrowser control. Is there a better way to do this? Please help thanks. Note: I am using Visual Studio Express 2008. Thanks, Karmendra