❔ How can I dock a form inside of a TabPage?
How can I dock a form inside of a TabPage in C#?
4 Replies
What happens if you add the from as a control to the page and set the form's Dock proterty?
you can't use a new form in a panel or tabpage but that not meaning you can't use panel or tabpage as like a form
do you want add what specific thing
I want to press a button and a form shows up in a new tab page on the tabcontrol.
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.