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.txt
1Kb
Driver.cpp
2Kb
Readme.txt
1Kb
ScreenShot.gif
6Kb
_Menu.cpp
5Kb
_Menu.h
1Kb
_MenuHeader.cpp
8Kb
_MenuHeader.h
1Kb
_MenuItem.cpp
5Kb
_MenuItem.h
1Kb
_Screen.cpp
4Kb
_Screen.h
3Kb
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 ...