Show you how to manipulate with controls (checkbox,editbox,static text..).
AppWizard has created this Lekcija2 application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.
This file contains a summary of what you will find in each of the files that make up your Lekcija2 application.
Lekcija2.dsp
This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally.
Lekcija2.h
This is the main header file for the application. It includes other project specific headers (including Resource.h) and declares the CLekcija2App application class.
Lekcija2.cpp
This is the main application source file that contains the application class CLekcija2App.
Lekcija2.rc
This is a listing of all of the Microsoft Windows resources that the program uses. It includes the icons, bitmaps, and cursors that are stored in the RES subdirectory. This file can be directly edited in Microsoft Visual C++.
Lekcija2.clw
This file contains information used by ClassWizard to edit existing classes or add new classes. ClassWizard also uses this file to store information needed to create and edit message maps and dialog data maps and to create prototype member functions.
res\Lekcija2.ico
This is an icon file, which is used as the application's icon. This icon is included by the main resource file Lekcija2.rc.
res\Lekcija2.rc2
This file contains resources that are not edited by Microsoft Visual C++. You should place all resources not editable by the resource editor in this file.
File List:
Debug/
0b
Debug/Lekcija2.obj
14Kb
Lekcija2.aps
35Kb
Lekcija2.clw
1Kb
Lekcija2.cpp
2Kb
Lekcija2.dsp
4Kb
Lekcija2.dsw
1Kb
Lekcija2.h
1Kb
Lekcija2.ncb
57Kb
Lekcija2.opt
48Kb
Lekcija2.plg
1Kb
Lekcija2.rc
6Kb
Lekcija2Dlg.cpp
8Kb
Lekcija2Dlg.h
2Kb
ReadMe.txt
4Kb
StdAfx.cpp
210b
StdAfx.h
1Kb
res/
0b
res/Lekcija2.ico
1Kb
res/Lekcija2.rc2
400b
resource.h
1Kb
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 ... 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 ...