How can I disable parental form when I call a child form?
This code does not disable the form of the parent as I thought it would be:
frmChild.ShowDialog ()
frmChild.ShowDialog (m)
I - a parent Form is
div>
How can I disable parental form when I call a child form?
This code does not disable the form of the parent as I thought it would be:
frmChild.ShowDialog ()
frmChild.ShowDialog (m)
I - a parent Form is
div>
Comments
Post a Comment