I have a vb.net app that contains a WebBrowser control. The app loads an html/css/javascript file that requests a csv text file. A csv text file is selected from the local hard drive ("C:...") via a browse button . The data from the csv file is loaded into the WebBrowser and displayed in a table created by the javascript. Finally the html displaly is saved as a new html file in the local drive ("C:...")
I would like to include the html/css/javascript file with other files of the vb.net app, i.e., I want the vb.net to contain the html/css/javascript file. The question is what folder do I put it in and are there any special instructions for calling out the paths to the file?