Hi, I am trying to check whether my program is running and if so when other users attempt to run the program, it should terminate, don't let the program run and pop up the already form window which i have been already hidden.
I have tried [ if (app.PrevInstance = true) then
End
Else
Load frmMain
EndIf ]
And here what happens was that its checking itself and didn't even run for the first time. Please help me.
Thank you in advance.
![]()


Reply With Quote
