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.8k
Send MDI Controls to Back and Front
Jul 24 2013 2:50 AM
Sir, I am doing a Windows Application program.
I have a MDi Form and three other forms.
all three forms are accessing form MDi Form.
here is the MDi form:-
I do the function to send the control backward when a form being open.
here is the code to send them back:-
if (MdiChildren != null)
{
btnaddProduct.SendToBack();
btnpurchaseDetails.SendToBack();
btnRegister.SendToBack();
}
Like this I want to bring them toFront when I close the opened form.
here is the form look after I close a form:-
I want your help to bring those three buttons to Front .please send me code to function this.
Reply
Answers (
3
)
BringToFront and SendToBack MDI Controls in C#
Best book for C# learning