Controls/ Forms/ Dialogs/ Menus |
|
|
|
|
Screwjack.lsp
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. |
October 16th 2010 |
|
54k |
Color Take
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. |
February 18th 2009 |
|
20k |
Colored Controlable Console Menu
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 ... |
February 12th 2009 |
|
11k |
Another Combo Box - No MFC!
This code illustrates the use of the combo box control with no MFC. |
October 18th 2007 |
|
10k |
An MFC class to implement MFC sub classing
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 ... |
September 15th 2007 |
|
18k |
Classic Windows application
Show you how to manipulate with controls (checkbox,editbox,static text..). |
December 26th 2006 |
|
33k |
A good class to make any Window (NO MFC)
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 ... |
March 9th 2006 |
|
11k |
Console Menu Foundation Class
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(); ... |
March 9th 2006 |
|
16k |