How to invoke click event in WPF programmatically
WPF is still relatively new and many developers are only scratching the surface of its abilities. Coming from a different framework, one must learn …
Vim line wrapping and word boundary
Vim (vi) is a very powerful and customizable text editor. There are many parameters you can fine-tune to adjust the way your data is displayed. For …
Event Importer for Google calendar
I have released a new product: Event Importer for Google calendar. It allows importing iCalendar files (.ics), downloaded via browser quickly and …
Opening new e-mail form of the default mail client in a WPF / WinForms application
Sometimes, while writing a WPF or WinForms GUI application, you might need to allow the user to send a pre-populated e-mail from her machine. A …
Safe implementation of INotifyPropertyChanged interface
With arrival of WPF the usage of
INotifyPropertyChangedinterface has expanded dramatically. The most annoying and …