-
Recent Posts
Recent Comments
Matthew Green on DISM repairs for (old) updates… esi on Using a Denver AC-5000W with W… n. haasnoot on Using a Denver AC-5000W with W… Robbie on Using a Denver AC-5000W with W… Lukas on WdFilter.sys & boot l… Archives
- December 2020
- November 2020
- September 2020
- December 2019
- May 2019
- April 2018
- December 2015
- July 2015
- October 2014
- August 2014
- November 2012
- August 2012
- June 2011
- May 2011
- February 2011
- December 2010
- November 2010
- April 2010
- November 2008
- October 2008
- May 2008
- January 2008
- December 2007
- November 2006
- September 2006
- August 2006
- February 2006
Categories
Meta
Category Archives: C#
WP8 LongListSelector and not correctly updating ContextMenu’s
These last days I have been working on a simple WP8 app that uses TvDb.com to keep track of the next/upcoming series episode to watch. I made extensively use of the LongListSelector combined with a ContextMenu from the WP8 Toolkit … Continue reading
Posted in C#, Programming, Windows
Leave a comment
Static properties on design-time
A couple of weeks ago I was working on a component to use & generate html help files. The idea was to drop a component on each form where it would do it’s work: Generate files for Microsoft’s HtmlHelp Workshop … Continue reading
Posted in C#, Programming
Leave a comment
RadioCheck for MenuToolStrip
Today I wanted to code a submenu with menu items that are checked like a radio button group. So once a single menu item has been checked, there is exactly one item checked all the time. The task proved a … Continue reading
Posted in C#, Programming, Windows
Leave a comment