Welcome to WindowsClient.net | My Blog | Sign in | Join

Articles

Sponsors





  • advertise here

July 2008 - Posts

Common Tasks Using the Windows Forms ComboBox
In this article Suprotim Agarwal shows how to perform common tasks using the Windows Forms ComboBox control.
Cars SmashPack
Rudi Grobler shows how to create a SmashPack for BabySmash.
Customize Data Display with Data Binding and WPF
Josh Smith covers a wide range of data binding techniques that real world applications use all the time, from working with hierarchical data sources to input validation. It even has a Virtual Lab, so you can work with the source code while reading the article.
Posted: Jul 29 2008, 05:14 AM by jytylr | with no comments
Filed under:
WPF Meets the iPhone
Kevin McNeish shows how to recreate the iPhone interface using Windows Presentation Foundation (WPF), Visual Studio 2008, and Expression Blend.
Posted: Jul 28 2008, 12:58 PM by jytylr | with no comments
Filed under:
Using Converters to Aggregate a List in a ListView
Timmy Kokke explains how to use converters to calculate the sum, largest, average, etc., of items in a ListView.
Validation of WPF Business Objects, A Simpler Approach
Sacha Barber explains how to simplify the WPF validation process.
Posted: Jul 24 2008, 12:41 PM by jytylr | with no comments
Filed under:
Programming with LINQ to XML for Objects (LINQ to XSD)
LINQ is out and ready for prime time. LINQ to XSD is an extension of the core LINQ technologies and is at present still in alpha. LINQ to XSD builds on LINQ to XML. By including an XML Schema Document, LINQ to XSD will code generate strongly typed wrapper classes, permitting you to read and write the XML document as easily as you would create and use any objects. In this article Paul Kimmel shows you how to program with LINQ.
Posted: Jul 23 2008, 04:22 AM by jytylr | with no comments
Filed under:
Creating Fancy Tooltips in WPF
Each control in WPF has a Tooltip property that can be accessed through XAML or code behind. In this article Mahesh Chand shows how to create a fancy tooltip in XAML and WPF.
Posted: Jul 22 2008, 05:24 AM by Mahesh Chand | with no comments
Filed under:
How to Localize Windows Forms and Change the Language at Runtime
Localization is the process of customizing your application to a particular language, culture or locale. Visual Studio provides support for localizing Windows Forms with much ease. In this article, Suprotim Agarwal shows how to localize Windows Forms and give the user the ability to change to the preferred language at runtime.
How to Add an Autofilter to a WPF ListView
Microsoft Excel has a very useful automatic filtering function. Colin Eberhardt shows how to add a similar filter to a WPF ListView control.
Posted: Jul 18 2008, 04:24 AM by jytylr | with no comments
Filed under:
A Beginner’s Guide to WCF in XBAP
Masudur shows how to use a WCF service in an XBAP or WPF browser application.
How to Randomly Reorder an Array
Suprotim Agarwal shows how to randomly reorder an array using an ArrayList.
Posted: Jul 16 2008, 05:59 AM by Suprotim Agarwal | with no comments
Filed under:
Writing Your Own RTF Converter
An article on how to write a custom RTF parser and converter.
RadioListBox: A ListBox with Radio Buttons
Jaime Olivares shows how to implement an owner-drawn ListBox with radio buttons.
Selecting the Detail Level to View at Runtime in WPF
This article examines a small WPF program that allows the user to choose the amount of detail to view about each data item in a list. The concept behind this feature is very similar to the “Views” feature in Windows Explorer on Vista.
Next page »