Languages C / C++ Controls/ Forms/ Dialogs/ Menus  

Console Menu Foundation Class

download download  
important code information
author:
Sammy Leong
minimum requirements:
Console Menu Foundation Class description

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(); ...


/-----------------------------------------------------------\
Console Menu Foundation Class Readme
\-----------------------------------------------------------/

Package files:
01/11/2000 05:07p 1,143 _Menu.h Menu
30/10/2000 09:00p 4,681 _Menu.cpp
30/10/2000 09:00p 1,367 _MenuHeader.h Sub menu file ...
30/10/2000 09:00p 8,352 _MenuHeader.cpp
30/10/2000 08:58p 1,251 _MenuItem.h Sub menu file ...
30/10/2000 08:58p 4,976 _MenuItem.cpp
01/11/2000 04:00p 2,716 _Screen.h Manipulates text mode
01/11/2000 04:00p 4,553 _Screen.cpp
01/11/2000 10:49p 67,072 Driver.exe Driver bin
01/11/2000 10:49p 1,559 Driver.cpp Driver source code
27/09/2000 10:08p 699 Readme.txt This file
ScreenShot.gif Screen shot file
11 File(s) 98,369 bytes

This program demostrates how to create a console menu
foundation class. With this, you can create menus in
seconds!

Distribute this package freely for educational
purposes ONLY. (LOL what else can you do with
it)

Do send comments or questions to me if you wish.

-----------------
Sammy Leong


File List:
@PSC_ReadMe_826_3.txt1Kb
Driver.cpp2Kb
Readme.txt1Kb
ScreenShot.gif6Kb
_Menu.cpp5Kb
_Menu.h1Kb
_MenuHeader.cpp8Kb
_MenuHeader.h1Kb
_MenuItem.cpp5Kb
_MenuItem.h1Kb
_Screen.cpp4Kb
_Screen.h3Kb

Similar code
An MFC class to implement MFC sub classing (Popularity: ) : 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 ...
Classic Windows application (Popularity: ) : Show you how to manipulate with controls (checkbox,editbox,static text..).
A good class to make any Window (NO MFC) (Popularity: ) : This is a base class to build any window type. Its easy to use and support Dialogs and Windows in the same class. You need create your own class to heredate WindowClass , and you can create a windows with ...
Another Combo Box - No MFC! (Popularity: ) : This code illustrates the use of the combo box control with no MFC.
Screwjack.lsp (Popularity: ) : The Program Screwjack.lsp & its other supporting files Design and Draw the entire Assembly & Detailed drawing as well as its Bill of Material & design parameters as per specified by user in AutoCAD R14,2000,2002.
Color Take (Popularity: ) : This program gets the color of pixels from the desktop, saves the last five selected and copies the color value to the clipboard. It has a zoom window that can be set to 2X, 4X, or 8X.
Colored Controlable Console Menu (Popularity: ) : Use Experience Level required: Beginner! The User can create a colored, controlable Conosol Menu for their programs with it! It's easy! The Colors can be changed inside the Program! All Console Colors are avaible!! The Menu will be created with ...
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 220
version
size in Kb 16
popularity   2190/7913373
user rating 2/10
ad


New Code
Popular Code