There are many-a-ways to achieve that...
1) You can use Mutex
2) At the program constructor, trace the process that are currently running
on the system, take either name or id of the application and compare with the
current.. application.
If you need more details with code, ping me back..
HTH
--
Every thing is perfect, as long as you share!!!
Don''t forget to rate the post
"Marc Gravell" wrote:
> Via some form of IPC (remoting, WCF, a shared file, sockets, etc etc
> etc), yes.
>
> The implementation depends on what you need...
>
> Marc
>
>
>
|