A no frills MP3 player class, based on DirectShow.
Latest DirectShow Articles
DirectShow Single-Frame Capture Class Without MFC
Learn how to use DirectShow to capture a frame into a Windows DIB from a DV Camera or Web Camera, FireWire, or USB.
Capture Live Video from Various Video Devices
LiveVideo captures various video sources from various devices attached to the computer.
Simultaneous Previewing & Video Capture using DirectShow
This article explains a method to perform Previewing and Grabbing Simultaneously from a Webcam using DirectShow. Other than using the conventional ISampleGrabber interface, this application used the Directshow VMR Filters & IPin Interfaces .
Moving a Video Window (Video Renderer Filter) by Using the Mouse
The IVideoWindow interface of DirectShow doesn't provide you with a GetVideoWindowHandler method. Learn how to get the HWND of a VideoWindow so you can drag a video window with a mouse.
Latest CodeGuru Developer Columns
Understanding the C++ Utility Components in the C++ Standard Library
Learn more about a few commonly used components and explore their utility and usages.

Top Programming Languages to Use for .NET Development
Take a look at some of the most popular languages to use within the .NET paradigm.

Using Common Visual Basic Maths Conversion Functions—Imperial to Metric
When you need to convert imperial to metric and vice versa, here are some formulas to keep on hand.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.