I am using a web browser control that display html page in window form now I want to embed html and javascript files and css files as resource.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
PS: If you have a default namespace set in your project’s properties, then you will have to prefix that to the file-name. For example if your file-name is
File1.htmland your default namespace isMyCompany.MyProjectthen you will have to useGetManifestResourceStream("MyCompany.MyProject.File1.html").