Welcome![Sign In][Sign Up]
Location:
Downloads Documents Software Engineering
Title: dialog_ex1 Download
 Description: To open a new dialog in VC program, the steps are: (1) Create a new dialog class. In the resource label to create a new dialog NewDialog, then right-click the dialog box, ClassWizard , creating a new class of new Class , remember that dialog is the base class CDialog At this time, in the New dialog box ClassView tags have class, but the class and the main dialog does not have any relationship. (2) associated with the new dialog class. In FileView tab, open the main program dialog Dlg header files, such as dialog_ex1Dlg.h, in front of the introduction of the new header file dialog class header file by writing#include NewDialog.h statement and then in the main dialog box of public tag, define a new dialog class variables, namely write statements NewDialog m_dlg At this point, you can open dailog_ex1Dlg.cpp file, then compile the connection, check the related operation is correct, there is no correct any errors.
 Downloaders recently: [More information of uploader 陈沛涵]
 To Search:
File list (Check if you may need any files):
 

dialog_ex1\Debug\dialog_ex1.exe
..........\.....\dialog_ex1.ilk
..........\.....\dialog_ex1.obj
..........\.....\dialog_ex1.pch
..........\.....\dialog_ex1.pdb
..........\.....\dialog_ex1.res
..........\.....\dialog_ex1Dlg.obj
..........\.....\NewDialog.obj
..........\.....\StdAfx.obj
..........\.....\vc60.idb
..........\.....\vc60.pdb
..........\dialog_ex1.aps
..........\dialog_ex1.clw
..........\dialog_ex1.cpp
..........\dialog_ex1.dsp
..........\dialog_ex1.dsw
..........\dialog_ex1.h
..........\dialog_ex1.ncb
..........\dialog_ex1.opt
..........\dialog_ex1.plg
..........\dialog_ex1.rc
..........\dialog_ex1Dlg.cpp
..........\dialog_ex1Dlg.h
..........\NewDialog.cpp
..........\NewDialog.h
..........\ReadMe.txt
..........\res\dialog_ex1.ico
..........\...\dialog_ex1.rc2
..........\resource.h
..........\StdAfx.cpp
..........\StdAfx.h
..........\Debug
..........\res
dialog_ex1
    

CodeBus www.codebus.net