Learn how to show multiple views in a frame window without using a splitter.
Latest Misc Articles
Animate an Icon on the Taskbar when the Application Is Minimized
Learn how to loop through an icon sequence, simulating animation, while your application is minimized.
Working Around a VS .NET 2003 DDE Bug
An MDI or SDI application supporting DDE, created by VS 7.1 (.NET 2003), fails to open a document using DDE (Dynamic Data Exchange). Learn an easy way to rectify this problem.
Setting Extended Styles of Controls, Dialogs, Dialog Bars, and Property Pages at Runtime
Set extended styles of controls, dialogs, dialog bars and property pages at runtime for DIALOG and DIALOGEX resources.
A Deterministic Method of Determining a Document's Modified State
Determine when a document has been modified. In the particular case of word processors, most tend to have a "dirty" flag that is set when a user types. This article demonstrates a smarter "dirty" flag that uses probabilistic methods.
Multiple File Selection Without Any Extra Code
See how to select multiple files from the Open File dialog without creating a new class.
Latest Developer Videos
More...Latest CodeGuru Developer Columns

Control Statements and Basic Loops in C++/CLI
Become more proficient on the usage of statements to control the flow of execution through a C++/CLI application.

Processing Things in C# with the Process Class
Explore new ways to run processes under Windows. Some might even surprise you.

Switching Input Languages Dynamically with Visual Basic
You can change your input language dynamically. Make it easier for those who speak other languages to use your software.
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.