dsafa / CSDeskBand

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

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

Open samir-dahal opened 3 years ago

samir-dahal commented 3 years ago

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.

emile-tawfik commented 1 year ago

I have the same issue. someone have a solution ?

olluz commented 1 year ago

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);