G
Guest
Hi all, I have a VB.NET app which contains 1 form. The form starts a thread
which does some processing based on what the user is doing on the form.
My problem is, the thread can display a MsgBox which is not Modal to the
form. If I click on the form while the MsgBox is up, the MsgBox hides behind
the form.
Is there anyway to tie the MsgBox or thread to the form so it acts as Modal
to the form?
RML
which does some processing based on what the user is doing on the form.
My problem is, the thread can display a MsgBox which is not Modal to the
form. If I click on the form while the MsgBox is up, the MsgBox hides behind
the form.
Is there anyway to tie the MsgBox or thread to the form so it acts as Modal
to the form?
RML