M
Mike
Hi, I already asked such question and also got some comments but when
I added details - no more responds.
Ok, here the story:
Main form starts the additional thread.
The thread contain such code:
Dim frm_Zip As New frmZIP
frm_Zip.ShowDialog()
as a result frmZip instead of be as modal dialog, it is modeless - I
can switch between forms.
Does it because of different threads ?
If yes, how can I fix it?
Thanks
I added details - no more responds.
Ok, here the story:
Main form starts the additional thread.
The thread contain such code:
Dim frm_Zip As New frmZIP
frm_Zip.ShowDialog()
as a result frmZip instead of be as modal dialog, it is modeless - I
can switch between forms.
Does it because of different threads ?
If yes, how can I fix it?
Thanks