I want to programatically add a textBox to a groupBox that is within a tabPage. Can someone show me how to reference the groupBox within the tabPage?
Something along the lines of.....
this.tabPage.groupBox.Controls.Add(textBox); (this apparently does not work)
Thx, MikeH