WPF
388 Entries
-
Understanding Event Driven Programming - 23C# Fundamentals: Development for Absolute Beginners Nov 21, 2011 at 9:22 AM
33
Clint Rutkas
,
Bob Tabor
and
Golnaz
Avg Rating: 5
(4)In this lesson we demonstrate how events are utilized in the .NET Framework Class Library specific to WPF and ASP.NET Web Forms applications. In these examples, we see how C# is generated by the IDE to "wire up" a user action or application event to the code that… -
KinectChooserEx - Making Kinect Interactions even easier
Avg Rating: 5
(1)Today's project is another in András Velvárt series on using the new Kinect Interactions. In this project he's making it even easier with... Kinect Interaction with WPF Part II: Getting Started Easier [KinectChooserEx]In the previous post of this series, I have introduced the Kinect for Windows SDK… -
TWC9: Build 2013, Brew, Backbone, Git, YUI and more
Avg Rating: 3
(2)This week on Channel 9, Brian and Clint discuss the week's top developer news, including; [00:31] Build 2013 [01:04] #785 – Using the Visual Profiler Tool, #783 – Downloading and Installing the WPF Performance Suite (Sean Sexton), WPF Performance Suite [01:45] Brew 1.0 has arrived! [Found Via: The… -
Push to Press with the Kinect for Windows SDK 1.7
Avg Rating: 5
(2)We continue with our v1.7 week theme with today's project by Vuyiswa Maseko and take a different look at the Kinect Interactions... How to do Push to Press with Kinect SDK 1.7Microsoft officially released the 1.7 Kinect for Windows SDK. In this article I will demonstrate or explain what interest me… -
.NET Voice Recorder
Avg Rating: 0
In this article I demonstrate how to record from the microphone in .NET, with support for setting the recording level, trimming noise from the start and end, visualizing the waveform in WPF and converting to MP3. Audio Recording in .NET The .NET framework does not provide any direct support for… -
Getting started with Kinect Interactions
Avg Rating: 4
(2)Looks like it's going to be a v1.7 kind of week (I know, imagine that!). Today's post by András Velvárt is a great getting started guide for one of the cool new features in the Kinect for Windows SDK, v1.5, "Kinect Interactions" Kinect Interactions with WPF - Part I: Getting… -
MJPEG Decoder
Avg Rating: 4
(4)Last year the Coding4Fun/Channel 9 guys asked me to work on a few things for MIX10. One of these items was a way to output a webcam stream to Windows Phone 7 for use with Clint's t-shirt cannon project you may have read about. I figured the easiest way to accomplish this was by using a… -
WPF Roadmap
Avg Rating: 0
See the future roadmap for Windows Presentation Foundation (WPF). Learn about improvements that are planned for graphics, data visualization, interop, performance, and "line of business" application development. Kevin Gjerstad Kevin Gjerstad is the Group Program Manager for Windows… -
Kinect + OpenCV + WPF = Blob Tracking
Avg Rating: 0
Today's project by Erik Klimczak provides a great example of blending a couple different things together gives us something very yummy and tasty... Blob Tracking: Kinect + OpenCV + WPFWith the latest SDK release, the Kinect platform has become pretty robust – skeleton tracking, gesture… -
Face Detection with Emgu CV in C# and WPF
Avg Rating: 5
(2)Today's project by Junian Triajianto is simple on the outside but shows off something that's can be very complex, face detection look easy... Camera Face Detection in C# Using Emgu CV (OpenCV in .NET) and WPFHi there, this is a new tutorial category in my blog. It's Computer Vision. In this blog,…