Hi!
I want to create a simple tabbed interface app. I did it before in WPF using an usercontrol inside of each tab, and I comunicate with the principal form searching for a parent element (the form, or the tab control)
How could I made the same in WinForms? Which element need I put inside of each tab?
Thanks.