WPF Soup To Nuts: Creating Controls

Well, we're "rounding third and heading for home" in Part 16 of my 18 part WPF Soup To Nuts webcast series.  Today, I will be discussing Controls.  More specificailly, how you can create your own controls.  In WPF, there are basically two types of custom controls, User Controls and Custom Controls.  User Controls are the easiest and most wildly used.  They're easy to develop, using the same development paradigm as the standard WPF based form.  However, if you want to redistribute your controls or want to gain a lot more control over the intricate details of WPF, then Custom Controls are the answer.

In this webcast, I will introduce you to both concepts.  You can sign up right here.

As always, my demo code is attached to this post.

Bill

WPFControls.zip