-
How to Make an MFC Worker Thread
Threads are the objects that make multi-tasking possible. Threads, each corresponding to a "time slice" or separate state of the running program,...
-
How to Create Message Maps in MFC
A Windows operating system is message driven environment. An event like a mouse click or a printer signal sends a message to...
-
How to Create Menus in MFC
The MFC Library offers 2 methods of creating menus. This tutorial focuses on the Resource option. The other is the Dynamic Menu...
-
How to Display Fonts in MFC
The Microsoft Foundation Class (MFC) Library lets a programmer plan the font display of an application through the CFont class. CFont encapsulates...
-
How to Make MFC Interface Threads
A thread is a semi-independent program segment that resides within a program's execution memory space. The Microsoft Foundation Class (MFC) Library offers...
-
How to Make MFC Command Buttons
"CButton" is the MFC class that allows programmers to manipulate command buttons. Command buttons are ubiquitous in programs with a graphical user...
-
How to Make Files in MFC
CFile is the base class for all MFC file classes. It is used as a tool for handling disk files. The CFile...
-
MFC ActiveX Tutorial
The ActiveX Control program is used by programmers to configure how different applications communicate and share information. ActiveX can be used with...
-
How to Make an MFC Alarm Application
If you want an alarm application so that you can remember to perform a particular task at certain time, think about using...
-
How to Write a Multi Threaded Application in MFC
The smallest unit of code in an application is a thread. There may be several threads in a process within an application....
-
How to Use the Microsoft Visual Studio C Compiler for Picture Programming
Picture programming is the art and science of capturing photographs as digital images on the personal computer and further enhancing and processing...
-
How to Repair Mfc71u.dll
The mfc71u.dll file is a shared DLL (dynamic-link library) file within the Windows XP operating system. It is essential to running MS...
-
How to Use checkboxes in MFC
Create an event function for the Check Box. Open the Class Wizard by pressing Ctrl+W, then click the "Message Maps" tab. Select...
-
How to Make Timers in MFC and Visual C++
A timer in Visual C++ is the term used to describe an arbitrary lapse of time. Programmers are the only people to...
-
How to Troubleshoot an MFC 210C
The Brother MFC 210C allows users to complete a number of tasks, including sending and receiving fax transmissions, making copies, printing digital...
-
How to Use Threading and Messages in Visual C++
Processes that run in the background, like those displayed by the Event Viewer application in Windows, can be implemented in Visual C++...
-
How to Use a Brother 575 Fax Machine
Brother, which began as a sewing machine company in 1908, makes a wide variety of office products and computer peripherals including fax...
-
How to Make a MFC Paint Brush Application
This article will walk you through the steps to write a simple paint brush application using the Microsoft Foundation Class (MFC) library....
-
How to Make MFC Dialog Boxes
A dialog box is a basic window derived from the CDialog class of the Microsoft Foundation Class (MFC) Library. You can use...
-
How to Make a Custom Splitter Window in MFC
A splitter window is a Windows Explorer-like interface. The left pane (master) typically shows a directory structure. The right pane (slave) displays...