Quote Originally Posted by ChenLin View Post
Great project! (it's best to have a vb.net version if you can. )

This is the problem I found in my test:

1. Registering fonts at startup will cause explorer to restart.

2. The button does not respond to the shortcut key.
Hi ChenLin!

1) Happened to me on windows 10... other OS's seems fine. I call it a microsoft bug :/ Can you test removing the broadcast after installing the font?
2) That's not a bug... Unfortunatelly I have not implemented it yet for now you should capture the keys in the form (with keypreview set to true) and then call the apropiate click event. I will add it to the TODO list.