How can i check if the application run ?
C#
3
Posts
2
Posters
0
Views
1
Watching
-
I am using C# and i like to check if the the same application currntley run when i start the application . M. Gamal
-
I am using C# and i like to check if the the same application currntley run when i start the application . M. Gamal
-
you can get all the processes that are currently executing and then check whether ur application exists in those processes. Regards, Pramod
Can u send me the code of that check please ?? M. Gamal