Richard Newcombe looks at how to interact with objects in the 3D world, using a card game as a base. This article only covers the basics, but by the end of the article you will be able to interact with objects in a 3D world using the mouse.
Latest WPF Articles
What You Need to Know When Selecting a Grid
One of the most common misconceptions is the notion that a grid is a grid. In reality, there are several different types of grids and choosing the right one for your needs can help save substantial time and effort. Choosing the wrong grid can result in tremendous effort to make it work the way you need, which is quite frustrating. Daniel Jebaraj looks at the different types of grids and the ways in which they are typically used.
3D Animation in VB.NET Using Windows Presentation Foundation (WPF) - Part 2
Richard Newcombe takes us into the basics of building and moving inside a 3D world of our own making, using Windows Presentation Foundation (WPF) and VB.NET.
3D Animation in VB.NET Using WPF - Part 1
Richard Newcombe takes a look at the basic building blocks of a 3D world. While 2D animation was done by hard coding all of the graphics, 3D animation is much easier, using the WPF (Windows Presentation Foundation) graphical subsystem to handle the actual image rendering.
WPF RSS Reader
Learn how to build a light version RSS reader using Windows Presentation Foundation (WPF).
Applying Themes to User Controls and Packaging Them in a Separate Library/.dll in C#, WPF & XAML with .NET Framework 4.0
Understand how to have a simple user controls with themes that match the standard controls. The themes supported in the sample are generic, luna (all types) and royale.For re-usability, these are packaged in a library.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
MFC Integration with the Windows Transactional File System (TxF)
The Transactional File System (TxF), which allows access to an NTFS file system to be conducted in a transacted manner through extensions to the Windows SDK API. MFC 10, has been extended to support TxF and related technologies. This support allows existing MFC applications to be easily extended to support kernel transactions.

Services Made Easy
Discover how to easily create and add WIN32 Services in .NET. You’ll also discover the Topshelf toolkit.

Working with Configuration Files and Visual Basic
Learn how to store, modify, and retrieve information from a configuration file in Visual Basic.

Working with State Machines in the .NET Framework
Arun Karthick introduces you to the state machine model and shows you how to create a simple working state machine sample using the .NET framework in the C# language.