| Printable Version
Creating HTML Files With C#
By Subhagata Swarnakar
This program will give you a form with 2 textboxes and 5 buttons. In the
textbox you have to enter your name and a html file name, that you want to
create. Upon clicking the 'Make HTML' button, it will check that the html file
is existing or not and you can make a HTML file, which you can open in any
browser. The HTML file will contain your name and a link to 'csharphelp.com'.
There are two buttons in the form, from where you can customize your form
background color and text color of the labels. Two more buttons are left now,
those are used to clear the screen and for exit from the application. The form
has a status bar where you can get runtime feedback.
Download MakeHtml.cs
|