Child form code
Hi All, This is code for child form add it in parent form’s load event but do change the property (IS CHILD CONTAINER) to true…. and write this code in parent form
frm_login is name of FORM….! change it according to your requirements….
Dim mdiChild As New frm_Login
mdiChild.MdiParent = Me
mdiChild.Show()
mdiChild.MdiParent = Me
mdiChild.Show()
- Posted in: VB.NET 2005
Recent Comments