How to embed resources in .NET assemblies?

MichelleN

New Member
I wrote an application in c#,and in this application I use webbrowser control which show lots of html pages, those html pages need many js/css/image files,and I want to embed these files(html css js image)into my .net assemblies,how can I do?
 
Back
Top