Naturally I'm playing about with WPF since it looks like the future (and looks rather cool too).<br><br>I'm creating (in the same way that punch a stone wall is demolishing) a custom control derived ...
Programmers spend a lot of time doing the same things over and over again. No amount of IntelliSense can overcome the number of for loops I need to write each year. But, sometimes, it's best to bundle ...
In an app of any meaningful size, wrapping up common functionality in a composite control reduces the long-term effort needed to craft the app. Learn how to do just that right here. Programmers spend ...