Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue Oct 16, 2021 · 2 comments

Comments

@samir-dahal
Copy link

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
Copy link

I have the same issue. someone have a solution ?

@olluz
Copy link

olluz commented Jan 19, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants