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
nedal omar
NA
24
0
Hoew to made a singleton Idea with multi forms
Apr 12 2009 5:26 AM
Hi my friends , I have MDI windows application each of child_form have grid also I has class contain a timer that sent message to the container application like the following code So my question how can i change all child_forms at Same time Exactly when that class sent message . Code : public class Class1 { System.Windows.Forms.Timer ti = new System.Windows.Forms.Timer(); public Class1() { ti.Tick += new EventHandler(ti_Tick); } void ti_Tick(object sender, EventArgs e) { //Should be modify All MDI child forms } }
Reply
Answers (
0
)
Develop a function that can set a prefix on every number
find the prime number average between 1 - 100