PDA

Click to See Complete Forum and Search --> : check if my application is running


vbzero
Apr 6th, 2002, 11:30 AM
If App.PrevInstance = True Then
End
End If

This is the code that closes the application when it's already
running.

My question is: What code do I use in C# for that?

thx!