Is there a way to control how many of a form u have open
I have this code
Dim frm As New connect
frm.show
and each time u click it the form opens ( as many times as u click it) how can u make it only opens once?
Printable View
Is there a way to control how many of a form u have open
I have this code
Dim frm As New connect
frm.show
and each time u click it the form opens ( as many times as u click it) how can u make it only opens once?