Click here to Skip to main content
15,914,327 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: 2D CStringlist Pin
Tara145-Jul-06 22:29
Tara145-Jul-06 22:29 
AnswerRe: 2D CStringlist Pin
FarPointer5-Jul-06 23:08
FarPointer5-Jul-06 23:08 
QuestionPassing a string from C to VB Pin
Bratis5-Jul-06 22:02
Bratis5-Jul-06 22:02 
AnswerRe: Passing a string from C to VB Pin
William.Wang5-Jul-06 22:29
William.Wang5-Jul-06 22:29 
AnswerRe: Passing a string from C to VB Pin
ThatsAlok6-Jul-06 0:44
ThatsAlok6-Jul-06 0:44 
QuestionC++ class Pin
Nirmal Khatri5-Jul-06 21:26
Nirmal Khatri5-Jul-06 21:26 
AnswerRe: C++ class Pin
toxcct5-Jul-06 21:43
toxcct5-Jul-06 21:43 
AnswerRe: C++ class Pin
Naveen5-Jul-06 21:44
Naveen5-Jul-06 21:44 
Nirmal Khatri wrote:
CAboutDlg::CAboutDlg() : CDialog(CAboutDlg::IDD)


this is not a class declaration. It is the definition of the custructor of the class CAboutDlg.

Actually there will be class called CAboutDlg derived from the class CDialog like below.

class CAboutDlg : public CDialog<br />
{<br />
public:<br />
	CAboutDlg();<br />
<br />
// Dialog Data<br />
	//{{AFX_DATA(CAboutDlg)<br />
	enum { IDD = IDD_ABOUTBOX };<br />
	//}}AFX_DATA<br />
<br />
	// ClassWizard generated virtual function overrides<br />
	//{{AFX_VIRTUAL(CAboutDlg)<br />
	protected:<br />
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support<br />
	//}}AFX_VIRTUAL<br />
<br />
// Implementation<br />
protected:<br />
	//{{AFX_MSG(CAboutDlg)<br />
	//}}AFX_MSG<br />
	DECLARE_MESSAGE_MAP()<br />
};


nave
GeneralRe: C++ class Pin
Naveen5-Jul-06 23:03
Naveen5-Jul-06 23:03 
AnswerRe: C++ class Pin
see me5-Jul-06 21:48
see me5-Jul-06 21:48 
QuestionHow to get color Pin
huynhnb5-Jul-06 21:24
huynhnb5-Jul-06 21:24 
AnswerRe: How to get color Pin
Sarath C5-Jul-06 21:29
Sarath C5-Jul-06 21:29 
GeneralRe: How to get color Pin
huynhnb5-Jul-06 21:38
huynhnb5-Jul-06 21:38 
GeneralRe: How to get color Pin
Sarath C5-Jul-06 21:48
Sarath C5-Jul-06 21:48 
GeneralRe: How to get color Pin
huynhnb5-Jul-06 21:58
huynhnb5-Jul-06 21:58 
GeneralRe: How to get color Pin
Hamid_RT5-Jul-06 22:10
Hamid_RT5-Jul-06 22:10 
GeneralRe: How to get color Pin
Sarath C5-Jul-06 22:29
Sarath C5-Jul-06 22:29 
GeneralRe: How to get color Pin
Hamid_RT5-Jul-06 22:37
Hamid_RT5-Jul-06 22:37 
GeneralRe: How to get color Pin
Sarath C5-Jul-06 22:30
Sarath C5-Jul-06 22:30 
GeneralRe: How to get color Pin
Michael Dunn5-Jul-06 22:46
sitebuilderMichael Dunn5-Jul-06 22:46 
GeneralRe: How to get color Pin
huynhnb5-Jul-06 23:05
huynhnb5-Jul-06 23:05 
AnswerRe: How to get color Pin
Justin Tay6-Jul-06 0:22
Justin Tay6-Jul-06 0:22 
GeneralRe: How to get color Pin
huynhnb6-Jul-06 0:54
huynhnb6-Jul-06 0:54 
Questionhow we can compare the dialog length to screen length Pin
vasusree5-Jul-06 21:15
vasusree5-Jul-06 21:15 
AnswerRe: how we can compare the dialog length to screen length /*modified*/ Pin
Hamid_RT5-Jul-06 21:28
Hamid_RT5-Jul-06 21:28 

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.