CSDeskBand icon indicating copy to clipboard operation
CSDeskBand copied to clipboard

How to debug? When I register the sample dll for wpf it doesn't show the UI element on taskbar?

Open samir-dahal opened this issue 2 years ago • 2 comments

also when I try to debug the app when it's registered on taskbar vs says "The file is locked by windows explorer" and I cannot build the project.

samir-dahal avatar Oct 16 '21 05:10 samir-dahal

I have the same issue. someone have a solution ?

emile-tawfik avatar Dec 17 '22 01:12 emile-tawfik

just experienced this also. If you compare the Winforms and Wpf examples you'll notice that the Wpf one doesn't set a minsize. Add this in your ctor: Options.MinHorizontalSize = new Size(100, 30);

olluz avatar Jan 19 '23 19:01 olluz