Click here to Skip to main content
16,005,339 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how can i debug my project ! Pin
jalsa G3-Jul-06 2:21
jalsa G3-Jul-06 2:21 
QuestionPicture & Bitmap Pin
Diglu3-Jul-06 1:34
Diglu3-Jul-06 1:34 
AnswerRe: Picture & Bitmap Pin
Rilhas9-Jul-06 5:21
Rilhas9-Jul-06 5:21 
QuestionIsThereany DirectShow People? Pin
atimpoo3-Jul-06 1:34
atimpoo3-Jul-06 1:34 
QuestionC++ project Pin
Nirmal Khatri3-Jul-06 1:13
Nirmal Khatri3-Jul-06 1:13 
AnswerRe: C++ project [modified] Pin
see me3-Jul-06 1:25
see me3-Jul-06 1:25 
GeneralRe: C++ project Pin
Hamid_RT3-Jul-06 1:42
Hamid_RT3-Jul-06 1:42 
AnswerRe: C++ project [modified] Pin
_AnsHUMAN_ 3-Jul-06 1:27
_AnsHUMAN_ 3-Jul-06 1:27 
public:
CDCDlg(CWnd* pParent = NULL); // standard constructor

// This is the constructor for your class.


// Dialog Data
//{{AFX_DATA(CDCDlg)
enum { IDD = IDD_DC_DIALOG };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA

This is where the class wizard adds all the data members that you create using the class wizard (ex CEdit , CButton etc)that is why those //{{ brackets are placed to inform the class wizard where to add the code.

and any overrides ex declaration for PreCreateWindow the declaration is added in the protected section that you do using the class wizard.

Somethings seem HARD to do, until we know how to do them.
Wink | ;-) _AnShUmAn_


-- modified at 7:28 Monday 3rd July, 2006
AnswerRe: C++ project Pin
Hamid_RT3-Jul-06 1:40
Hamid_RT3-Jul-06 1:40 
QuestionIBM DB2 SQL Error Code to String Pin
Christopher Stratmann3-Jul-06 1:12
Christopher Stratmann3-Jul-06 1:12 
AnswerRe: IBM DB2 SQL Error Code to String Pin
Garth J Lancaster3-Jul-06 2:52
professionalGarth J Lancaster3-Jul-06 2:52 
GeneralRe: IBM DB2 SQL Error Code to String Pin
Christopher Stratmann3-Jul-06 5:32
Christopher Stratmann3-Jul-06 5:32 
QuestionProblem in CSocket Pin
zahid_ash3-Jul-06 0:34
zahid_ash3-Jul-06 0:34 
AnswerRe: Problem in CSocket Pin
Ganesh_T3-Jul-06 2:29
Ganesh_T3-Jul-06 2:29 
QuestionVisual C++ Pin
tamasan3-Jul-06 0:16
tamasan3-Jul-06 0:16 
AnswerRe: Visual C++ Pin
_AnsHUMAN_ 3-Jul-06 0:20
_AnsHUMAN_ 3-Jul-06 0:20 
AnswerRe: Visual C++ Pin
Benoy Bose3-Jul-06 1:27
Benoy Bose3-Jul-06 1:27 
AnswerRe: Visual C++ [modified] Pin
Niklas L3-Jul-06 3:22
Niklas L3-Jul-06 3:22 
QuestionTrying to Display HWND as String Pin
redfish342-Jul-06 23:37
redfish342-Jul-06 23:37 
AnswerRe: Trying to Display HWND as String Pin
Justin Tay2-Jul-06 23:58
Justin Tay2-Jul-06 23:58 
AnswerRe: Trying to Display HWND as String Pin
see me2-Jul-06 23:58
see me2-Jul-06 23:58 
AnswerRe: Trying to Display HWND as String Pin
Abhi Lahare3-Jul-06 0:04
Abhi Lahare3-Jul-06 0:04 
AnswerRe: Trying to Display HWND as String Pin
see me3-Jul-06 0:19
see me3-Jul-06 0:19 
AnswerWrong Forum Pin
redfish343-Jul-06 23:03
redfish343-Jul-06 23:03 
Questionplz Tell me Pin
ashish dogra2-Jul-06 23:34
ashish dogra2-Jul-06 23:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.