Learn about a owner drawn button that can display a bitmap and a dropdown menu with a list of choices.
Latest Menus Articles
ChoiceListButton Control
Button control that upon being clicked drops down a menu of checkboxes!
Latest Developer Videos
More...Latest CodeGuru Developer Columns
MFC Integration with the Windows Transactional File System (TxF)
The Transactional File System (TxF), which allows access to an NTFS file system to be conducted in a transacted manner through extensions to the Windows SDK API. MFC 10, has been extended to support TxF and related technologies. This support allows existing MFC applications to be easily extended to support kernel transactions.

Generating Unique Application IDs in .NET
Peter Shaw discusses various methods for generating a unique ID so that your application can identify itself.

Creating a Web Text Scraper with Visual Basic
Hannes du Preez shows you how to create a program to scrape text from a website.
How to Create MapReduce Jobs for Hadoop Using C#
This article introduces you to Big Data, Apache Hadoop and MapReduce jobs. We will also learn how to create MapReduce jobs using C#.