0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
1 Posted Topic
Re: [code=csharp]namespace GenerateHtmlNamespace { using System; using System.Drawing; using System.ComponentModel; using System.WinForms; using System.IO; public class MakeHtml : Form { DialogResult s; private System.ComponentModel.Container components; private StatusBar statusBar1; private Label label1; private Label label2; private TextBox textBox1; private TextBox textBox2; private Button button1; private Button button2; private Button button3; private Button … |
The End.