Important alert: (current site time 7/15/2013 5:03:39 PM EDT)
 

Browse Category or Search Results.

Search Results: Page 3 of 31 found. Entries 21 - 30 of 302 found
Jump to page: 1 2 3 4 5 6 7 8 ...

  Description
Compatibility
Level/
Author
Views/
Date
Submitted
User Rating
 
  Add Color To Your Controls!Add Color To Your Controls!C++ (general), Microsoft Visual C++, Borland C++Advanced /
PlanetCPP-Chris(Hound)/Micheal(xix)
13356 since
3/3/2002 5:52:15 PM

By 10 Users
7 Excellent Ratings
       This example shows you how to easily add color to your edit, listbox, combobox, static, and radio/check box controls. This code also shows use of the ChooseColor common dialog. As always with PCPP there is NO MFC or resource forms, this is pure windows AP ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  Add controls to a CDialog dynamicallyAdd controls to a CDialog dynamicallyC++ (general)Not Given /
Found on the World Wide Web
12080 since
10/23/1999

By 2 Users

       Add controls to a CDialog dynamically--instead of using a dialog resource. You can add controls to your dialog dynamically by using methods CWnd::Create() and CWnd::CreateEx() or overridables of CWnd::Create() in control window wrapper classes such as CE ...(description truncated)
 
 
  Add Fonts To Your ControlsAdd Fonts To Your ControlsC++ (general), Microsoft Visual C++, Borland C++Advanced /
PlanetCPP-Chris(Hound)/Micheal(xix)
8007 since
3/3/2002 5:55:27 PM

By 14 Users
10 Excellent Ratings
       This example is built from the example I wrote to add color to your controls, it nows lets you change the font also. Code that is new is marked off by comments, this also shows you how to use the ChooseFont common dialog. As always this is pure win32 API, ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  Add ToolTips to controls in a FormViewAdd ToolTips to controls in a FormViewC++ (general)Intermediate /
Found on the World Wide Web
7846 since
10/23/1999
Unrated
       Add ToolTips to controls in a FormView. http://stingsoft.com/mfc_faq/chapter8/chapter8_1.htm
 
 
  Adding Menus to System Menu using MFCAdding Menus to System Menu using MFCMicrosoft Visual C++Intermediate /
Sanchit Karve
5628 since
2/4/2004 9:15:01 AM
Unrated
       This code demonstrates how a Menu can be added to the System Menu with ease by using MFC.
 
 
  Alternate UI demoAlternate UI demoMicrosoft Visual C++Intermediate /
DR Rocket
4770 since
6/20/2002 4:15:14 PM

By 1 Users

       This program shows an alternative user interface style that does not rely on Windows controls. See the Notes.txt file.
 
 
  An MFC class to implement MFC sub classingAn MFC class to implement MFC sub classingC++ (general)Intermediate /
PJ Naughter
6482 since
11/6/1999
Unrated
       MFC class to support sub-classing of any CWnd instance. The problem it fixes is that you cannot have 2 CWnd instances attached to the one HWND at the same time. This becomes a problem when you want to derive one of your classes from 2 base classes which a ...(description truncated)
 
 
  Another Combo Box - No MFC!Another Combo Box - No MFC!C, C++ (general), Microsoft Visual C++Advanced /
Wayland Young
8725 since
8/16/2001 3:52:57 PM

By 11 Users
5 Excellent Ratings
       This code illustrates the use of the combo box control with no MFC.Click here to see a screenshot of this code!(ScreenShot)
 
 
  Another Tray Sample (with popup menu with images and a Another Tray Sample (with popup menu with images and a "button effect")C++ (general), Microsoft Visual C++Intermediate /
Massimiliano Miani
6713 since
6/21/2004 7:59:10 PM

By 11 Users
11 Excellent Ratings
       A Task Tray example in pure Win32, with PoPup Menu with icons and a nice "button effect" on left mouse click. Just 5 lines of code! See tray.h file for more info. MS Visual C++ and Dev-C++ IDE projects included.Click here to see a screenshot of this code!(ScreenShot)
 
 
  ANOYING COMMON ERROR FIX FOR C++ !!ANOYING COMMON ERROR FIX FOR C++ !!Microsoft Visual C++Intermediate /
Robert Mac Neil
3582 since
11/7/2000 9:00:29 PM

By 1 Users

       TO BE ABLE TO VIEW THE RESOURCE TAB IN MSVC++ PROGRAMS THAT WON'T ALLOW IT BECUASE OF A STRNAGE ERROR !
 


Search Results: Page 3 of 31 found. Entries 21 - 30 of 302 found
Jump to page: 1 2 3 4 5 6 7 8 ...


Compatibility Filter Profile:

C
C++ (general)
Microsoft Visual C++
Borland C++
UNIX C++