TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
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) { } }
Reply
Answers (
0
)
CancelButton Property of the Form
.exe?