| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
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) (ScreenShot) |
| |
| |
| |
 |
Add controls to a CDialog dynamically | C++ (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 Controls | C++ (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) (ScreenShot) |
| |
| |
| |
 |
Add ToolTips to controls in a FormView | C++ (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 MFC | Microsoft 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 demo | Microsoft 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 classing | C++ (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! | 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. (ScreenShot) |
| |
| |
| |
 |
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. (ScreenShot) |
| |
| |
| |
 |
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 ! |
| |