Click here to Skip to main content
6,593,923 members and growing! (12,885 online)
Email Password   helpLost your password?
Article Category: All Topics MFC/C++ C# VB.NET ASP.NET SQL Architect Windows 7 Java LAMP Mobile CEO / Manager
Announcements
BullFrog Power
 
Search    
Add to IE Search

Microsoft Foundation Classes


Language
Platform
Technology
Audience
Skill Level
Clear All

Contents

 

General

top
Title / Updated Author Score  
Template FIFO buffer using MFC synchronization
Updated: 9 Sep 2009  
A simple template FIFO buffer. Pulses event when new data is added to the back of the FIFO.
VC6, VC7, VC7.1, VC8.0, Windows, MFC, Dev
EmoBemo 5.00
Entertainment Time in MFC ! - Unedited
Updated: 31 Jul 2008  
An MFC dependent function, that can be used either as a splash window or stand-alone, to show cached internet images
C++ (VC7.1), Windows (WinXP), MFC, Dev
aljodav 4.48
How to wrap an MFC collection into an STL compliant iterator with the Boost iterator_facade
Updated: 20 Oct 2008  
How to wrap an MFC collection into an STL compliant iterator with the Boost iterator_facade.
C++ (VC7, VC7.1, VC8.0, VC9.0), Windows (Win2K, WinXP, Win2003, Vista, TabletPC), MFC, STL
steveb 4.35
Replacing the CSettingsStore Class in MFC to Store Settings in a File
Updated: 9 Feb 2009  
Replacing the CSettingsStore class in MFC to store settings in a file
VC6, VC7, VC7.1, VC8.0WinXP, Win2003, Vista, Win2008, MFC, VS2008, Dev
jwatte 4.33
How to compile MFC code in Visual C++ Express
Updated: 25 Oct 2008  
How to compile your existing MFC code in Visual C++ Express.
C, VC6, VC7, VC7.1, VC8.0, MFC, VS2005, VS2008, Dev
Danny Ruijters 4.28
A Simple Method to Control the Startup State of an MFC SDI Application
Updated: 28 Feb 2008  
How to minimize or maximize an SDI application without any flash artifacts.
C++ (VC6, VC7, VC7.1, VC8.0), Windows, MFC, Dev, Design
David Saelman 4.13
MFC Feature Pack - CMFCEditBrowseCtrl - Unedited
Updated: 20 Apr 2009  
CMFCEditBrowseCtrl? It’s a specialized edit control (MFC Feature Pack VS2008) with a browse button attached to it’s right side, when we click on this button we get an open file dialog or an open folder dialog. See this sample screenshot. Also this control allows us to implement our own e
C++ (VC9.0), Windows (WinXP, Win2003, Vista, Win2008), Visual Studio (VS2008), MFC, Dev
Nibu babu thomas 4.00
Converting Color to Grayscale Using ATL::CImage
Updated: 5 Nov 2009  
Demonstrates how the ATL::CImage class can be used to do color-to-grayscale conversion on images.
C++, Windows, MFC
Bernadette Realosa 3.75
MFC CFile Implementation for Crypto++
Updated: 10 Mar 2009  
Implementation of a file store/source/sink using MFC CFile.
C++, MFC, Dev
Avi Bueno 3.67
A Customized Window for MFC Applications
Updated: 1 Dec 2008  
This article is to basically explain how to create a customized drawn window for MFC applications.
C++, Windows, .NET 2.0, MFC, Dev
PrasadPerera 3.58
An MFC Interface to ::FormatMessage
Updated: 30 Jun 2008  
This essay shows an interface that allows the ::FormatMessage API to be easily accessed from MFC.
C++, Windows, MFC, Dev
Joseph M. Newcomer 3.49
Object-oriented Programming via MFC - Unedited
Updated: 9 Apr 2009  
An Article to Explain the General Principles of Object-oriented programing via MFC
C++ (VC6, VC7, VC7.1, VC8.0), C++/CLI, C
logicchild 3.24
SelectDialog - A Multiple File and Folder Select Dialog
Updated: 26 Dec 2008  
A multi select files and folders browse window
VC6, VC7, VC7.1, VC8.0Win2K, WinXP, Win2003, Vista, MFC
Hojjat Bohlooli 3.14
Scroll with Fixed Background
Updated: 9 Oct 2008  
Scrolling text with background image fixed in MFC
C, VC6, VC7, VC7.1, VC8.0WinXP, MFC
sridhar kumar 3.00
Simple server client UDP Socket program - Unedited
Updated: 5 Jun 2008  
Simple MFC Application for Sending and Receiving UDP datagram
C++ (VC6), C++/CLI, Windows (WinXP, Win2003, Vista), MFC, Dev
buntyrolln 2.75
How to check if an application is already running
Updated: 27 Mar 2009  
How to determine if an application is already running and switch to it.
VC6, VC7, VC7.1, VC8.0, Windows, MFC, Dev
Rob A. Fraydl 2.70
The Microsoft Foundation Class Library: Menus and Dialogs
Updated: 10 Jul 2009  
An Article about the Basics of MFC Resources
C++ (VC6, VC7, VC7.1, VC8.0), C++/CLI, C, MFC, Dev
logicchild 2.60
Using Database in your MFC program - A beginner's experience - Unedited
Updated: 10 Jul 2008  
About my experience of coding a database related program using MFC with VC6
C++ (VC6), Windows (WinXP, Win2003), MFC
grin_t 2.43
Writing MFC Console Applications
Updated: 5 Mar 2009  
An article to shed light on the basics of MFC.
C++ (VC6, VC7, VC7.1, VC8.0), MFC, Dev
logicchild 2.33
Dynamic Menu and ToolBar from XML Configuration File - Unedited
Updated: 14 Sep 2008  
This article is about an application that parses a XML Configuration File and creates Menus and ToolBar dynamically.
C++ (VC8.0), Windows (Win2K, WinXP, Win2003), .NET (.NET 2.0), MFC, GDI, CEO, Architect, DBA, Dev, QA, Design
Toufiqur Rahman Chowdhury (TRC) 2.30
MFC, YOU, your display TUBE... easily!
Updated: 1 Jun 2008  
Your preferred YouTube video is just a one MFC code line project away from you, or, when 'return' takes you forwards and not backwards.
VC7.1, VC8.0, VC9.0Win2K, WinXP, Win2003, Vista, MFC, Flash, Dev
aljodav 2.15
Working with Unicode and MSLU - Common Problems - Unedited
Updated: 30 Jul 2008  
The following description briefs you on common problems you might come across while working with MSLU (Microsoft Layer for Unicode)
C++, C, Windows, Win32, Visual Studio, MFC, Architect, Dev
saud_ad 1.83
Using Edit box as static Text Control for displaying ToolTip - Unedited
Updated: 19 Jun 2008  
Using Edit box as static Text Control for displaying ToolTip in VC++
C++, C++/CLI, ATL
yunegu mahesh reddy 1.35

.NET - MFC/ATL for VC++ 7

top
Title / Updated Author Score  
Using the new HTML Editing classes in MFC7
Updated: 11 Sep 2001  
This article provides a bare-bones samples that demonstrates the use of the new HTML editing and browsing classes in MFC.
VC6, VC7, .NET, Win2K, MFC, Dev
Chris Maunder 4.55
Integrating DHTML into MFC Views
Updated: 30 Jan 2002  
Demonstrates integrating DHTML into MFC Views, and using HTML in views to get feedback from the browser via connection points
VC7, .NET, Win2K, WinXP, MFC, Dev
Norm .net 4.21
Dialog with HTML skin using CDHtmlDialog and SetWindowRgn
Updated: 27 Oct 2004  
Describes how to use an external HTML page as a non-rectangular skin of a dialog.
VC7.1, .NET, Win2K, WinXP, Win2003, MFC, VS.NET2003, IE 6.0, Dev
iTreeSoft 4.15
New type-safe message maps in MFC
Updated: 15 Oct 2001  
The example demonstrates the stricter type checking for the return and parameter types of message handler functions.
VC7, Windows, .NET, MFC, Dev
Igor Chouvalov 4.11
The MFC CDHtmlDialog class
Updated: 11 Sep 2001  
This sample demonstrates using the MFC CDHtmlDialog class in MFC7
VC7, Windows, .NET 1.0, MFC, Dev
Chris Maunder 4.09
CDHtmlDialog with CSS, JavaScript and images
Updated: 28 Dec 2003  
An article on how to use CSS, JavaScript and images in resource with CDHtmlDialog in VC++ .NET
VC7, VC7.1, Windows, .NET, MFC, VS.NET2003, Dev
iTreeSoft 3.84
Using the new MFC7/ATL7 shared classes.
Updated: 15 Oct 2001  
This example demonstrates using the new shared ATL/MFC classes such as CPoint, CRect, CSize and CString
VC7, Windows, .NET 1.0, MFC, ATL, Dev
Igor Chouvalov 3.40
Using the new ATL CString class to read XML files via MSXML
Updated: 19 Apr 2001  
A simple application that reads an XML file using MSXML and the new ATL/MFC shared CString class
VC7.NET 1.0, Win2K, ATL, Dev
Erik Thompson 3.06
New ATL Macros in Visual C++ 7
Updated: 15 Oct 2001  
This sample demonstrates using the new ATL macros OBJECT_ENTRY_AUTO in ATL7
VC7, Windows, .NET, ATL, Dev
Igor Chouvalov 3.00

MFC - Open Source Ultimate Toolbox

top
Title / Updated Author Score  
The Ultimate Grid Home Page
Updated: 25 Aug 2007  
The Ultimate Grid is now Open Source
VC6, Visual Studio, MFC, Dev
The Ultimate Toolbox 4.85
The Ultimate Toolbox Home Page
Updated: 25 Aug 2007  
The Ultimate Toolbox is now Open Source
VC6Win2K, Win2003, Visual Studio, MFC, Dev
The Ultimate Toolbox 4.81
The Ultimate TCP/IP Home Page
Updated: 25 Aug 2007  
Ultimate TCP-IP is now Open Source
VC6Win2K, Win2003, Visual Studio, MFC, Dev
The Ultimate Toolbox 4.77
The Ultimate Toolbox - Updates and User Contributions - Unedited
Updated: 15 May 2009  
Updates and User Contributions for the Ultimate Toolbox Libraries
C++ (VC6, VC7, VC7.1, VC8.0), Windows (Win2K, WinXP, Win2003), Win32, MFC, Dev
The Ultimate Toolbox 4.05

MFC - The Ultimate Grid

top
Title / Updated Author Score  
The Ultimate Grid FAQ
Updated: 5 Oct 2007  
A selection of frequently asked questions submitted by users of the Ultimate Grid
VC6Win2K, Win2003, Visual Studio, MFC, Dev
The Ultimate Toolbox 4.57
The Ultimate Grid Edit Functionality
Updated: 25 Aug 2007  
The Ultimate Grid provides for built-in edit notifications as well as customizable edit functionality
VC6Win2K, Win2003, Visual Studio, MFC, Dev
The Ultimate Toolbox 4.56
The Ultimate Grid Datasources
Updated: 25 Aug 2007  
An introduction to using custom datasources with the Ultimate Grid
VC6Win2K, Win2003, Visual Studio, MFC, ADO, Dev
The Ultimate Toolbox 4.50
The Ultimate Grid Cell Types
Updated: 25 Aug 2007  
An introduction to using built-in and custom cell types with the Ultimate Grid
VC6Win2K, Win2003, Visual Studio, MFC, Dev
The Ultimate Toolbox 4.10
The Ultimate Grid Beginner's Guide
Updated: 25 Aug 2007  
Getting started with the Ultimate Grid
VC6Win2K, Win2003, Visual Studio, MFC, Dev
The Ultimate Toolbox 3.67

MFC - The Ultimate TCP/IP

top
Title / Updated Author Score  
The Ultimate TCP/IP FAQ
Updated: 5 Oct 2007  
A selection of frequently asked questions submitted by users of Ultimate TCP/IP
VC6Win2K, Win2003, Visual Studio, MFC, Dev
The Ultimate Toolbox 4.05
The Ultimate TCP-IP Message Mapper Demo
Updated: 25 Aug 2007  
Ultimate TCP-IP Message and Encoding classes allow for Unicode representation of multiple character sets
VC6Win2K, Win2003, Visual Studio, MFC, Dev
The Ultimate Toolbox 3.48

MFC - The Ultimate Toolbox

top
Title / Updated Author Score  
The Ultimate Toolbox Graphical User Interface Classes
Updated: 25 Aug 2007  
The Ultimate Toolbox GUI classes offer a wide range of MFC control extensions.
VC6Win2K, Win2003, Visual Studio, MFC, Dev
The Ultimate Toolbox 4.81
The Ultimate Toolbox Application Skins
Updated: 25 Aug 2007  
The Ultimate Toolbox supports Office XP, Office 2003, and Classic application skins
VC6, Office, Win2K, Win2003, Visual Studio, MFC, Dev
The Ultimate Toolbox 4.75
The Ultimate Toolbox Color Picker
Updated: 25 Aug 2007  
An easy to use Color Picker button included with the Ultimate Toolbox
VC6Win2K, Win2003, Visual Studio, MFC, Dev
The Ultimate Toolbox 4.67
The Ultimate Toolbox File Watcher
Updated: 25 Aug 2007  
An easy to use file watcher from the Ultimate Toolbox
VC6Win2K, Win2003, Visual Studio, MFC, Dev
The Ultimate Toolbox 4.67
The Ultimate Toolbox Graphics Classes
Updated: 25 Aug 2007  
Ultimate Toolbox classes that help with DIBs, MetaFiles, and more.
VC6Win2K, Win2003, Visual Studio, MFC, Dev
The Ultimate Toolbox 4.67
The Ultimate Toolbox Application Customization
Updated: 25 Aug 2007  
Ultimate Toolbox provides a set of classes to allow for application state management and customization.
VC6Win2K, Win2003, Visual Studio, MFC, Dev
The Ultimate Toolbox 4.63
The Ultimate Toolbox Graphic Format Classes
Updated: 25 Aug 2007  
The Ultimate Toolbox contains classes for dealing with Bitmap and JPEG files.
VC6Win2K, Win2003, Visual Studio, MFC, Dev
The Ultimate Toolbox 4.63
The Ultimate Toolbox Font Pickers
Updated: 25 Aug 2007  
Two convenient font selection controls from the Ultimate Toolbox for MFC
VC6Win2K, Win2003, Visual Studio, MFC, Dev
The Ultimate Toolbox 4.60
The Ultimate Toolbox Shell Related Classes
Updated: 24 Aug 2007  
The Ultimate Toolbox classes for Shell Namespace navigation, an Application Bar, and more
VC6Win2K, Win2003, Visual Studio, MFC, Dev
The Ultimate Toolbox 4.60
The Ultimate Toolbox Option Tree Control
Updated: 25 Aug 2007  
An IE style option tree control from the Ultimate Toolbox
VC6Win2K, Win2003, Visual Studio, MFC, Dev
The Ultimate Toolbox 4.60
The Ultimate Toolbox Layout Manager
Updated: 25 Aug 2007  
The Ultimate Toolbox provides a Layout Manager that can be configured to manage control placement on resizing of forms and dialogs
VC6Win2K, Win2003, Visual Studio, MFC, Dev
The Ultimate Toolbox 4.53
The Ultimate Toolbox Sound Manager
Updated: 25 Aug 2007  
Classes from the Ultimate toolbox that allow configuring customized dialog item sound effects
VC6Win2K, Win2003, Visual Studio, MFC, Dev
The Ultimate Toolbox 4.53
The Ultimate Toolbox Communication Classes
Updated: 25 Aug 2007  
The Ultimate Toolbox provides additional classes to help with serial and socket communication.
VC6Win2K, Win2003, Visual Studio, MFC, Dev
The Ultimate Toolbox 4.50
The Ultimate Toolbox Multi Combobox
Updated: 25 Aug 2007  
A flexible multi-column combobox control from the Ultimate Toolbox
VC6Win2K, Win2003, Visual Studio, MFC, Dev
The Ultimate Toolbox 4.50
The Ultimate Toolbox Physical Unit Edit Controls
Updated: 25 Aug 2007  
The Ultimate Toolbox contains several predefined CEdit derived controls for physical unit input and conversion
VC6Win2K, Win2003, Visual Studio, MFC, Dev
The Ultimate Toolbox 4.50
The Ultimate Toolbox 3D Tab Views
Updated: 25 Aug 2007  
COX3DTabViewContainer can be used to provide tabbed window support to document views and control bars
VC6Win2K, Win2003, Visual Studio, MFC, Dev
The Ultimate Toolbox 4.46
The Ultimate Toolbox COXToolTipCtrl Class
Updated: 25 Aug 2007  
An extended tooltip control from the Ultimate Toolbox
VC6Win2K, Win2003, Visual Studio, MFC, Dev
The Ultimate Toolbox 4.43
The Ultimate Toolbox HyperBar
Updated: 25 Aug 2007  
The COXHyperBar control is an MFC control which will give the floating toolbar look seen in the Microsoft Expression 'Hyperbar' sample
VC6Win2K, Win2003, Visual Studio, MFC, Dev
The Ultimate Toolbox 4.40
The Ultimate Toolbox FAQ
Updated: 5 Oct 2007  
A selection of frequently asked questions submitted by users of the Ultimate Toolbox
VC6Win2K, Win2003, Visual Studio, MFC, Dev
The Ultimate Toolbox 4.38
The Ultimate Toolbox Edit Control Extensions
Updated: 25 Aug 2007  
The Ultimate Toolbox fetures a number of edit control extensions, some of which are described here
VC6Win2K, Win2003, Visual Studio, MFC, Dev
The Ultimate Toolbox 4.33
The Ultimate Toolbox Utility Classes
Updated: 24 Aug 2007  
The Ultimate Toolbox Utility classes deal with Memory, Clipboard, Parsing, etc.
VC6Win2K, Win2003, Visual Studio, MFC, Dev
The Ultimate Toolbox 4.20
The Ultimate Toolbox Net Browse Tree Control
Updated: 25 Aug 2007  
A network browse tree control from the Ultimate Toolbox
VC6Win2K, Win2003, Visual Studio, MFC, Dev
The Ultimate Toolbox 4.20
The Ultimate Toolbox Static Hyperlink
Updated: 25 Aug 2007  
A subclassed CStatic control from the Ultimate Toolbox that provides hyperlink capabilities
VC6Win2K, Win2003, Visual Studio, MFC, Dev
The Ultimate Toolbox 4.20
The Ultimate Toolbox Static Text Control
Updated: 25 Aug 2007  
A customizable CStatic derived class from the Ultimate Toolbox
VC6Win2K, Win2003, Visual Studio, MFC, Dev
The Ultimate Toolbox 4.14
The Ultimate Toolbox Resource File
Updated: 25 Aug 2007  
A class for enumerating and parsing file based resources from the Ultimate Toolbox
VC6Win2K, Win2003, Visual Studio, MFC, Dev
The Ultimate Toolbox 4.11
The Ultimate Toolbox Date Time Picker Control
Updated: 25 Aug 2007  
COXDateTimeCtrl provides a handy and flexible method of Date/Time entry and display.
VC6Win2K, Win2003, Visual Studio, MFC, Dev
The Ultimate Toolbox 4.00
The Ultimate Toolbox File Management
Updated: 25 Aug 2007  
Ultimate Toolbox classes that deal with Binary Difference, Search and Replace, Compression, and more.
VC6Win2K, Win2003, Visual Studio, MFC, Dev
The Ultimate Toolbox 4.00
The Ultimate Toolbox Masked Edit
Updated: 25 Aug 2007  
The Ultimate Toolbox provides a generic masked edit control for validated input.
VC6Win2K, Win2003, Visual Studio, MFC, Dev
The Ultimate Toolbox 4.00
The Ultimate Toolbox Database Classes
Updated: 25 Aug 2007  
Ultimate Toolbox Database classes include DAO and CSV file classes.
C++Win2K, Win2003, Visual Studio, MFC, Dev
The Ultimate Toolbox 3.86
The Ultimate Toolbox URL Class
Updated: 25 Aug 2007  
A simple URL/UNC composition class from the The Ultimate Toolbox
VC6Win2K, Win2003, Visual Studio, MFC, Dev
The Ultimate Toolbox 3.80
The Ultimate Toolbox Intellimouse Classes
Updated: 25 Aug 2007  
The Ultimate Toolbox Intellimouse classes make it easy to add advanced scrolling capabilities to your application.
VC6Win2K, Win2003, Visual Studio, MFC, Dev
The Ultimate Toolbox 3.67
The Ultimate Toolbox MAPI OLE Classes
Updated: 25 Aug 2007  
Ultimate Toolbox classes for dealing with the Messaging framework and Addressbook APIs.
VC6Win2K, Win2003, Visual Studio, MFC, Dev
The Ultimate Toolbox 3.67
The Ultimate Toolbox Task Bar Icon
Updated: 25 Aug 2007  
The Ultimate Toolbox makes it easy to configure and customize a taskbar icon for your application
VC6Win2K, Win2003, Visual Studio, MFC, Dev
The Ultimate Toolbox 3.67
The Ultimate Toolbox System Information Class
Updated: 25 Aug 2007  
The Ultimate Toolbox provides a system info class that can query various aspects of machine and network settings
VC6Win2K, Win2003, Visual Studio, Dev
The Ultimate Toolbox 3.50
The Ultimate Toolbox Extended Listbox
Updated: 24 Aug 2007  
The Ultimate Toolbox provides an extensible COXListBox CListBox derived class that can be easily customized
VC6Win2K, Win2003, Visual Studio, MFC, Dev
The Ultimate Toolbox 3.40

Last Updated 7 Nov 2009
Advertise | Privacy
Copyright © CodeProject, 1999-2009
All Rights Reserved. Terms of Use