Google calendar - download all entries with Python
Google provides APIs to access its data using various languages. You can manipulate Google calendars, contacts, documents etc. Most of the time the …
Editing Markdown or txt files in OpenOffice
I have been introduced to Markdown format some time ago and today I find it extremely convenient for most of the writing I need to do. Markdown is …
Right-align help menu in a WPF application
If you want to right-align the “Help” (or any other) menu entry in your menu bar in a WPF application, you can use the following example: …
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 …
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 …
Safe implementation of INotifyPropertyChanged interface
With arrival of WPF the usage of
INotifyPropertyChangedinterface has expanded dramatically. The most annoying and …