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
parameshwar karra
NA
3
0
single main menu control usage in multiple forms
Mar 5 2006 10:47 AM
problem:
I created a fomr (Form1) ,and in it created a MainMenu Object(mainMenu1) having menuItem1 (Red)),and tried as fallows
private void menuItem1_click(----)
{
this.BackColor=Color.red;
}
private void button1_click(System.Object sender,System.EventArgs e)
{
Form obj=new Form();
obj.Mebu=mainMenu1;
obj.show();
}
Now if i click button1 in form1 and use the menuItem1 the Form1 color is changing
How to chang color of Form object
waiting for reply.
thanking you.
Karra.Parameshwar Reddy
Reply
Answers (
0
)
Re-painting Of Form Controls
OnInserting