Hi
I'm trying to figure out the best way to embed some resources within an application. The goal is to create an HTML start page for the application, that will have images and maybe some external CSS/Javascript it uses, that will be displayed when the application loads.
The application, when used, will definitely not have Internet access all the time, therefore the start page needs to be within the application itself. I foundan article which outlines a method of achieving exactly what I'm after here. It's a good way of achieving it because I could embed images etc. in the application itself.
Is there a better way to do this?
If not, I'm not clear on how to implement this. I'm using C# and from what I can tell a ".rc" file is associated with C++, not a C# project. Also, the ".res" file is associated with a resource file but if I create a resource file in VS I get a ".resx" file. So, I'm lost on how to go about achieving the result.
If you can help with this I'd appreciated it very much.
Thanks!