i m using visual studio 2005. i am working on a windows application and i have a form and an mdiparent. On the form i have some buttons wich are control an sql server database and it works fine. when i make the form an mdi child then no one button works!.
This is the code that i use to make the mdi child
Dim newmdichild As New Form1
newmdichild.MdiParent = Me
newmdichild.Show()
can anyone help me please?