Blog: WPF
Visual C#: Navigation in Applications
Excerpt by Robert Green and Ken Getz
In most client applications, users can have any number of windows open at the same time.
This course excerpt was originally posted February 11, 2014 from the online courseware Windows Presentation Foundation Using Visual C# 2010 by Robert Green and Ken Getz
Radio Button Control - Visual C#
Excerpt by Robert Green and Ken Getz
The RadioButton control works much like the CheckBox control-it provides the same properties, and the same events.
This course excerpt was originally posted January 03, 2014 from the online courseware Windows Presentation Foundation Using Visual C# 2010 by Robert Green and Ken Getz
The WPF Layout System - Visual C#
Excerpt by Robert Green and Ken Getz
Layout in WPF is flow-based, but it also includes automatic resizing and repositioning of controls if the user changes screen resolution or resizes the window containing controls or adds or removes controls at runtime.
This course excerpt was originally posted December 20, 2013 from the online courseware Windows Presentation Foundation Using Visual C# 2010 by Robert Green and Ken Getz
Introducing Windows Presentation Foundation - C# 2010
Excerpt by Robert Green and Ken Getz
Modern applications require a modern user interface.
This course excerpt was originally posted December 13, 2013 from the online courseware Developing Applications Using C# 2008/2010: Vol 1 by Robert Green and Ken Getz
Windows App Store Apps not Equivalent to WPF and Silverlight
By Ken Getz
When working on a chapter for the Windows Store Apps using C# and XAML course, I was surprised to find that both the RadialGradientBrush and the OpacityMask are not available for Windows Store apps.
This blog entry was originally posted October 09, 2012 by Ken Getz