G
Guest
I am using vb. My second form is displayed with
dim frmAbout as new Form2
frmAbout.show()
The problem is that frmAbout is also displayed in the
iTask list, and the form is not modal, i.e. I can bring
up the main form while form2 is still showing. I need
a modal form, any ideas?
dim frmAbout as new Form2
frmAbout.show()
The problem is that frmAbout is also displayed in the
iTask list, and the form is not modal, i.e. I can bring
up the main form while form2 is still showing. I need
a modal form, any ideas?