Click here to Skip to main content
15,886,798 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
When open the 2nd form in splitcontainer panel it goes behind the already opened form.
i need to open the latest form front of splitcontainer panel.
Posted

1 solution

If you want to move the new opened form in front, then use Form.BringToFront[^]

But if your goal is to have the new opened form inside a SplitContainer panel, then look at UserControl class[^] to have all your UI elements in.
From the UserControl class you can then create a new form that has the UserControl or have the UserControl inside a panel.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900