Menampilkan Form di dalam Form
public FormParent()
{
InitializeComponent();
this.IsMdiContainer = true;
}
private void button1_Click(object sender, EventArgs e)
{
Form2 frmchild = new Form2();
frmchild.MdiParent = this;
frmchild.Show();
}
Hey im new here.
ReplyDeleteIm sam, how is everyone?
I look forwards to being a active memeber
just enter your email to widget on the right
ReplyDeletethen klik SUBMIT
thx