Keyboard Hooking With C# – Redux
A deep dive into my new and improved attempt at a C# keyboard hook class...
A deep dive into my new and improved attempt at a C# keyboard hook class...
There has been a time or two when I’ve wanted to use an icon from shell32.dll or imageres.dll for my own purposes. But for some reason I was under the impression it was a huge pain in the ass to extract them. Not the case, as it turns out....
A couple exciting episodes of resolving issues with that pesky class, ApplicationSettingsBase...
Working with WinForms balloon tooltips isn’t as predictable as you might expect...
During my initial foray into VSTO office development two years ago, I was particularly frustrated by the severe lack of documentation on the subject. Unfortunately, it seems this is still something of a problem. It took me hours of googling the other day just to find a definitive list of all the ribbon callback signatures. I know I wasn’t the only one having this problem because I found a month-old unanswered question on StackOverflow asking for the same information....
A deep dive into my initial attempt at a C# keyboard hook class....