Is there any way to add a window form into another form as control? I do not want to change TopLevel = false while adding form as control.
OR
How can I use opacity property of added form as control when I set TopLevel = false?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
But you can initiate another form another using ShowDialog() method. It feels like that parent form calling child.
UserControls provides the functionality add Controls on your page.