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
Bineesh Viswanath
NA
1k
777.6k
BringToFront and SendToBack MDI Controls in C#
Jul 18 2013 6:42 AM
Sir, I am using a MDI form in C#.
I need your help to bring the controls Front when I close a parent form.
I did the code to send the controls to back when I open a parent form.
here is the code :-
if (MdiChildren != null)
{
btnaddProduct.SendToBack();
btnpurchaseDetails.SendToBack();
btnRegister.SendToBack();
}
here is the form before open a mdichild form
and the MDI form when open a child form
I want the code to send these controls ToBack and ToFront when ever I open and close a form
Reply
Answers (
0
)
Normalization in C#
Send MDI Controls to Back and Front