PDA

Click to See Complete Forum and Search --> : MDI form numbers


Twisted-D
Aug 31st, 2000, 10:29 PM
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?