Exe_Problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sanjaygbadak
    New Member
    • Sep 2006
    • 3

    Exe_Problem

    How can I restrict user to open specified program or application if it is already open on same computer
  • dshaw65563
    New Member
    • Sep 2006
    • 4

    #2
    If App.PrevInstanc e = True Then MsgBox "This program is already running.", vbInformation, "Already Running": Call alreadyloaded: Exit Sub

    Comment

    Working...