single instance and notify in system tray

后端 未结 4 1608
眼角桃花
眼角桃花 2021-01-03 09:17

I am working on the application (C# 2.0). I have implemented single instance in it. Everything is fine. If i run the application again, it shows messagebox saying \"instanc

4条回答
  •  春和景丽
    2021-01-03 09:49

    You could use a WCF service inside you app.

    Your second app connects to it via NetPipe, invode a method and closes.

    Your first app receive the call and pops-up the baloon notification

提交回复
热议问题