dsafa / CSDeskBand

Windows deskband with C#
MIT License
274 stars 65 forks source link

what is the best practice for stop deskband #49

Open eladpotok opened 4 years ago

eladpotok commented 4 years ago

I have an application which is inserted to the toolbar and it works fine. But I have notice that when I try to build again the code, it says that the process is used by other process. After investigation I see that Explorer.exe is still running my code even when I unmarked my toolbar, so I need to shutdown explorer.exe in order to free my resources.

My question is ; how to stop explorer to use my code properly ?

ice1245 commented 4 years ago

Sir How we can combine Deskband with my application ?