R
Rich
Hi,
I have the following code to open a Windows form:
Dim oFrm As New frmEquipmentAdd()
oFrm.Show()
oFrm = Nothing
I don't want the user to be able to open the form multiple times. Can
anyone tell me what I can add to this code to check if the form is already
open, and if it is, not to open it a second time?
Thanks
Richard
I have the following code to open a Windows form:
Dim oFrm As New frmEquipmentAdd()
oFrm.Show()
oFrm = Nothing
I don't want the user to be able to open the form multiple times. Can
anyone tell me what I can add to this code to check if the form is already
open, and if it is, not to open it a second time?
Thanks
Richard