kobycool68

kobycool68

  • NA
  • 23
  • 0

Serializable with c#

Jul 10 2004 11:40 AM
hey all, please help me, i want to serialize this attached Form. how can i do this??? i need a specified code for it, it`s very important for me thanks you in advanced public class Form1 : System.Windows.Forms.Form { private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.CheckedListBox checkedListBox1; private System.ComponentModel.Container components = null; public Form1() { InitializeComponent(); } static void Main() { Application.Run(new Form1()); } private void textBox1_TextChanged(object sender, System.EventArgs e) { } private void checkedListBox1_ItemCheck(object sender, System.Windows.Forms.ItemCheckEventArgs e) { } }