HTML5 offers you the capability to add full screen video in your devices. Read along and learn how to leverage this new feature.
Latest Graphics & Multimedia Articles
Making Music with MIDI and C#
Go beyond making WAVS and jump into the MIDI Sequencer pool.
Making Sounds with Waves Using C#
Learn to manipulate existing sound files, and then to create your own custom sounds. You even can dial a telephone from your code.
Manipulating Images with ImageMagik
Discover (Rediscover?) an image-manipulating tool that's been around for ages, but is especially suited to working within the .NET framework.
Creating Images from Scratch in C#
Because it's often easier to address pixels/cells directly than to use Windows Forms or something similar, it's very often simpler to manipulate raw pixel data directly.
Working with Image Meta Data from Code
"Meta Data" is simply information about the data in an image. Learn to manipulate that data from code.
Latest Developer Videos
More...Latest CodeGuru Developer Columns

Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.

Managing Your Drives Using C#
Sooner or later you'll need to find out about, and deal with, the various storage devices ("drives") available in your system.

Getting Started with Visual Basic: Getting the VB Software
After you've read this article, you're well on your way to becoming a Visual Basic developer.
Influencing Users: Compliance and Conformity
Learn about two common influence techniques, compliance and conformity, as well as how to design for them.