Learn how to trigger a function when your axWindowsMediaPlayer stops playing a song, video or any other type of media.
Latest Tutorials Articles
OK-CANCEL vs CANCEL-OK
What order should the OK and Cancel buttons appear? Should it be like Windows or like the Mac? Are there any "rule of thumb" as to when certain standard should be followed or is it just a matter of taste?
Creating a Dockable Panel-Controlmanager Using C#, Part 2
Learn how to get a borderless Form to move around on the screen by capturing it with the mouse and dragging it, and to be able to resize the form, the same way as a normal sizeable Form can be sized by dragging its edges.
Lights Out Game (in C#)
Just play a game of Lights Out, or take some time to see an array of buttons put to use.
Creating Non-Transparent Controls on a Semi-Transparent Window
Learn about the use and principles of operating a semi-transparent control with non-transparent child controls.
Creating Arbitrarily Shaped Controls
Learn about the use and the principles of operating a control of an arbitrary shape.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
Introduction to C++/CLI Programming
Become proficient at C++/CLI programming under the .NET context by posting a first CLR console base project.

Extension Methods Refresher
Use code extensions to expand the core principles of code re-use.

How to Draw Shapes with Visual Basic and GDI: Crescent Moons, Hearts, Spirals, and More
Learn how to create various odd shapes.

Maker Project: Creating a Garage Door Opener
Have you ever wanted to control your garage door from your smartphone? Here is your chance. Get your hands dirty with an Arduino Garage Door Controller.