dsafa/CSDeskBand

what is the best practice for stop deskband

Opened this issue · 1 comments

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 ?

Sir How we can combine Deskband with my application ?