Creating HTML Files With C#
This program will give you a form with 2 textboxes and 5 buttons. In thetextbox you have to enter your name and a html file name, that you want tocreate. Upon clicking the 'Make HTML' button, it will check that the html fileis existing or not and you can make a HTML file, which you can open in anybrowser. 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 formbackground 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 formhas a status bar where you can get runtime feedback.
Download MakeHtml.cs












No comments yet... Be the first to leave a reply!