DOCUMENT/VIEW ARCHITECTURE SERIALIZATION IN A SINGLE DOUCUMENT INTERFACE USING VC++

Friday, May 28, 2010

OBJECTIVE : To implement document/view architecture and serialization in single document interface. PROCEDURE: 1. Run MFC Appwizard to generate c:\JKL 2. Select single document interface in step1 of AppWizard. 3. In step 3 deselect the...
READ MORE - DOCUMENT/VIEW ARCHITECTURE SERIALIZATION IN A SINGLE DOUCUMENT INTERFACE USING VC++

MENU, ACCELARATOR, TOOLTIP, TOOLBAR | create toolbar and perform addition ,multiplication,division,and substraction using vc++

OBJECTIVE: To create menu,accelerator,toolbars with the help of them the operation such as addition ,multiplication,division and subtraction are to be carried out in a dialog using various control with the help of vc++. PROCEDURE: 1. Run MFCAPPwizard(exe)...
READ MORE - MENU, ACCELARATOR, TOOLTIP, TOOLBAR | create toolbar and perform addition ,multiplication,division,and substraction using vc++

Vc ++ and ODBC (data base connection) | Create database in MS Access link to the database with vc++ through ODBS and perform ADDNEW, MODIFY, DELETE

OBJECTIVE : To create a database in MS ACCESS and to link the database with VC++ through ODBC and to perform ADDNEW, MODIFY, DELETE records from a table in the database. PROCEDURE: PROCEDURE TO CREATE A DATABASE: 1) Start -> programs ->...
READ MORE - Vc ++ and ODBC (data base connection) | Create database in MS Access link to the database with vc++ through ODBS and perform ADDNEW, MODIFY, DELETE

ACTIVEX CONTROL |Create Activex control dialog container using a calendar control using Vc++

OBJECTIVE : To create an Activex control dialog container using a calendar control. PROCEDURE: 1. Run MFC AppWizard(exe) to generate the application C:\Active. 2. Select single document in step1 of AppWizard and click next. 3. Check whether...
READ MORE - ACTIVEX CONTROL |Create Activex control dialog container using a calendar control using Vc++

KEYBOARD AND MOUSE EVENTS | Create SDI PROGRAM CREATING WINODOW AND WORK on keyboard and mouse events using VC++.

OBJECTIVE: To write a SDI program for creating a window and work on keyboard and mouse events. PROCEDURE: A square should be drawn on the window during creation. During every mouse click a square should be displayed every time horizontal line....
READ MORE - KEYBOARD AND MOUSE EVENTS | Create SDI PROGRAM CREATING WINODOW AND WORK on keyboard and mouse events using VC++.

DIALOG BASED APPLICATION | CREATE DIALOG BASED APPLICATION WITH VARIOUS CONTROL USING VC++

OBJECTIVE: To create a dialog based application with various control using VC++. PROCEDURE: 1. Run the MFC AppWizard(exe) to generate dialog 2. In step1 dialog based application select the default settings and press OK button. 3. In resource...
READ MORE - DIALOG BASED APPLICATION | CREATE DIALOG BASED APPLICATION WITH VARIOUS CONTROL USING VC++

THREAD | TO CREATE AND IMPLEMENT THE USE OF THEREAD IN VC++

OBJECTIVE: To implement the use of threads in vc++. PROCEDURE: 1. Run the MFC appwizard(dll) to generate the application c:\thread 2. Select the ingle document in step 1 of appwizard 3. Select all the default settings except printing...
READ MORE - THREAD | TO CREATE AND IMPLEMENT THE USE OF THEREAD IN VC++