M
Mike
Hi,
I want to show form as a modal dialog and use such code:
Dim frm_Zip As New frmZIP
frm_Zip.ShowDialog()
but instead of be as modal dialog, it is modeless - I can switch between forms.
Does anybody had the same problem?
OS: Win2000 Prof
Thanks
I want to show form as a modal dialog and use such code:
Dim frm_Zip As New frmZIP
frm_Zip.ShowDialog()
but instead of be as modal dialog, it is modeless - I can switch between forms.
Does anybody had the same problem?
OS: Win2000 Prof
Thanks