eHow launches Android app: Get the best of eHow on the go.

C/C++ Programming

Sort by:
Best Match
Most Popular
Newest

Showing 1-18 of 18 results

  • How to Write an MFC API for Workstation Shutdown

    In order to shutdown a workstation using an API you need to make a shutdown timer in MFC. This API using MFC is made to shutdown, log off or restart the computer either immediately or at a...

  • 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. This allows a user to multitask. The threads are done in an organizational...

  • How to Use MFC Toolbars

    A toolbar is a control bar that holds small bitmap image buttons of controls and commands which are used in Microsoft Foundation classes, global functions, global variables and macros. Use MFC...

  • How to Manipulate List View Controls in MFC

    List view controls are the controls that are used to show data in different formats. These formats are icon view, report view and simple list. CListCtrls are used to create the different views....

  • How to Use CRuntimeClass in Visual C++

    In MFC programs, objects are created and destroyed based on the user's actions. This unpredictability makes it necessary to have a mechanism that provides dynamic runtime information about...

  • 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, create the illusion that multiple users can share...

  • How to Use a Combo box in MFC

    A combo box control shows a list of strings in drop-down menu style. Providing a way to show multiple options while saving space, a combo box combines the functionality of a list box and an edit...

  • 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 this example to understand dialog boxes by calling one dialog box from...

  • How to Use checkboxes in MFC

    A checkbox control has two states, "checked" and "unchecked." It can be applied wherever a choice is expected of the user, such as agreeing to the conditions set by a vendor before installing a...

  • How to Store a List of Objects in MFC

    Every programming language and library includes an array as part of its toolset. Arrays are useful because they allow convenient and efficient storage of data. The Microsoft Foundation Class...

  • 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++ by the MFC Working Thread. In this tutorial the OnOK command...

  • How to Use a Listbox Control in MFC Visual C++

    A list box is a Windows control that can display text or iconic items as a list of rows. The Microsoft Foundation Class (MFC) Library offers the CListBox class that encapsulates all the necessary...

  • 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 the CWinThread class for making code...

  • How to Create MFC Events

    The MFC Library provides an evolution of the Exception Handling Model of plain C++. In Visual C++ the user is able to define custom events when errors occur in a program. The event in question can...

  • 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 option. The tutorial example given builds upon the code given in the...

  • 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 all font manipulation techniques, and the class...

  • How to Manipulate Strings in MFC

    The STL Library of pure C++ has the "string" class. The Microsoft Foundation Class (MFC) Library has its own salvation: the CString class. MFC's CString provides all the features a programmer...

  • 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 interface. They are the small rectangles with a...

  • 1
  • 1

Copyright © 1999-2009 eHow, Inc. Use of this web site constitutes acceptance of the eHow Terms of Use and Privacy Policy .   en-US Portions of this page are modifications based on work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License. † requires javascript

Demand Media