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

Colored Controlable Console Menu

download download  
important code information
author:
G-Man.NET
minimum requirements:
Colored Controlable Console Menu description

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 this fuctions: void Headline(char *text) void EmptyLine() void Option(char *text, int number, int active, CCOLORS &color) int TxtBox(char *text, int boxtype, COORD co, CCOLORS &color) void HelpWindow(char *text, COORD co, CCOLORS &color) (WILL BE IMPLEMENTED NEXT VERSION!!!) void Bottomline(char *text) HAVE PHUN WITH IT!!!


Installation Instructions:

Create a new, empty Win32 Console-Application project.
Add the three *.cpp files to your "Sourcefiles" dir in your project.
Then add the two *.h files to your "Headerfiles" dir in your project.
Compile!!! It should work!! ^_^
Read the Information in the "Menu.h" to understand, how it works (Sorry
for the BAD english at some parts of the code! :D :D ;) ).
HAVE PHUN USING IT!!!


File List:
-- ReadMe --.txt2Kb
MainFile.cpp17Kb
Menu.h10Kb
MenuClass.h3Kb
MenuClassDef.cpp3Kb
MenuDef.cpp13Kb

Similar code
Console Menu Foundation Class (Popularity: ) : 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(); ...
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.
User reviews

1 user review. Read now.


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 17
version
size in Kb 11
popularity   900/7913373
user rating 5/10
ad


New Code
Popular Code