Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
4
Answers
MDI Container Help
Pella Pella
7y
290
1
Reply
Hello Guys,
Is there any one to help me with my problem?
I have form1 as mdi container in this container is a panel and in this panel there are some buttons and I need if I click on the button to spawn my Reg - (register form) into MDI container with the Reg will be on top. I try this
Reg Reg = new Reg();
Reg.MdiParent = this;
Reg.BringToFront();
Reg.Show();
but still the same problem. When the Reg form will be spawn and I use move with this form my panel with buttons stay as top and the reg form is on back. Any idea? Thank you so much
Post
Reset
Cancel
Answers (
4
)
Next Recommended Forum
How to print qr code in windows form c#
How to use Auto Mapper in mvc 5.