Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Single Instance of Applications
Message
From
02/05/2002 17:01:49
Jason Dalio
Northern Interior Regional Health Board
Prince George, British Columbia, Canada
 
 
To
02/05/2002 11:08:57
Alvin Lourdes
Children and Youth Services Cluster
Toronto, Ontario, Canada
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00651893
Message ID:
00652131
Views:
13
Use the following in the startup of your startup object.
Public Sub Form_Load

   If App.PrevInstance Then
      MsgBox "This application is already running. Unable to start " & _
         "2 instances."
      End
   End If

End Sub
Previous
Reply
Map
View

Click here to load this message in the networking platform