I want to know know if winform Form control can be loaded in Tablelayoutpanel control. If, yes how?
I have a tablelayoutpanel with two columns and one row. One column(that is cell 0,0) is filled with button control and the other column(cell 0,1) is empty.
I want to be able to load and display a borderless form in the cell 0,1 and the user clicks on a button.
Thanks in advance for your help