Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

help with html page!

Status
Not open for further replies.

drey8

Programmer
Aug 31, 2004
17
US
I have a windows application in c#. I am required to create an html file and save on a certain directory.
At the moment I am writing the file using streamwriter.
But I do have a problem with the images in the file in deployment.
I notice that I have available in the add an item to project; to add a html page. Does anyone know if that page can be dynamically altered? Or anyone have a better way to create the html page?
thank you for you help
tephra
 
Use File.Create(path).
What problem do you have with the images?
 
It is not a big problem. Because the gif files are not really part of the project they are not moved with the executable by the deployment process we have. That is why I was thinking about the html page item that is included in .net. If I could create the html file in .net, the gif files would be part of the process and included in the project when deployed.

Thank you for your response.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top