I have a mdi form on my application, and a mdi child that have a button that i want to open other form, that is also a mdi child.
i´ve tried this:
andVB Code:
Dim f As New adi_clientes f.Parent = Me.ParentForm f.Show()
VB Code:
Dim f As New adi_clientes f.Parent = Me.Parent f.Show()
but it doesn´t work!
Anybody have some help??
Thank You,
Guilherme Costa




Reply With Quote