| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
_Console Menu Foundation Class | Borland C++ | Intermediate / Sammy Leong (from psc cd) | 4190 since 1/1/2015 1:46:00 PM |
By 14 Users
|
|
This is a console menu foundation class. This allows you to create menus in seconds!
Methods include:
AddMenu(int ID, char *Name);
AddItem(int ID, char *Name, void (*Function)());
Draw();
Run();
... (ScreenShot) |
|
|
|
 |
A Graphical Menu with System programming [Including VDU, KBD, Disk, Memory, and Miscellaneous serv. | C | Advanced / Nishidh Patel (from psc cd) | 3766 since 1/4/2015 7:23:00 PM |
By 38 Users
|
|
Feature: This is a Graphical Menu program including System Programming, including Video Services,Keaboard Services, Disk Services, and Memory Services.
You can create graphical menu very easily from this program, simple programming is given for
Menu creat ...(description truncated) (ScreenShot) |
|
|
|
 |
A Great Win32 SetWindowRgn Example (NOT MFC!!!) | Microsoft Visual C++ | Beginner / Jaime Muscatelli (from psc cd) | 7449 since 1/4/2015 9:40:00 PM |
By 4 Users
|
|
This is a Win32 example of using SetWindowRgn to create round windows. YES ROUND WINDOWS! You would use CreateRoundRectRgn and then use SetWindowRgn to apply the Rgn to the window. This is an easy example, and it is fully commented! Plus, there is no MFC! ...(description truncated) (ScreenShot) |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
A simple window | C++ (general) | Beginner / kenshin (from psc cd) | 5851 since 1/8/2015 12:17:00 AM |
By 3 Users
|
|
It's a simple blank window that you can resize. |
|
|
|
 |
A window with buttons, listbox,status bar,toolbar,dialogs,combo,checkboxes,radios, icons, menus..... | C, C++ (general), Microsoft Visual C++ | Beginner / Tom Hawes (from psc cd) | 4717 since 1/4/2015 7:16:00 PM |
By 36 Users
|
|
An window with lots of controls, dialogs, menus, toolbar, status bar, progress bar, icon, timer, can now play animations (AVI Filed only), can shutdown, reboot computer, save text and load text from a file, change the font of an edit control. (ScreenShot) |
|
|
|
 |
Activity logger | C++ (general), Microsoft Visual C++, Borland C++ | Intermediate / Luca Carlon (from psc cd) | 2608 since 1/5/2015 5:54:00 AM |
By 4 Users
|
|
The program can be used to end the session at a specified time. The owner-drawn menus and listboxes can be interesting I think. Enjoy and leave comment if you can. (ScreenShot) |
|
|
|
 |
Add a RichEdit to your app! (non-MFC) | C++ (general), Microsoft Visual C++, Borland C++ | Intermediate / PlanetCPP-Chris(Hound)/Micheal(xix) (from psc cd) | 6416 since 1/4/2015 11:39:00 PM |
By 6 Users
|
|
Get past the annoying limitations of the standard edit control and start using RichEdit controls! This example shows you how to impliment a RichEdit control into your apps using WIN32 API. Shows how to use EM_STREAMIN, EM_STREAMOUT, copy and paste to clip ...(description truncated) (ScreenShot) |
|
|
|
 |
Add Color To Your Controls! | C++ (general), Microsoft Visual C++, Borland C++ | Advanced / PlanetCPP-Chris(Hound)/Micheal(xix) (from psc cd) | 2871 since 1/3/2015 8:40:00 AM |
By 11 Users
|
|
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 (from psc cd) | 3074 since 1/1/2015 1:32:00 AM |
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) (from psc cd) | 2179 since 1/3/2015 8:41:00 AM |
By 14 Users
|
|
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) |
|