Click here to Skip to main content
15,918,808 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: System process Pin
giany00721-Mar-05 23:10
giany00721-Mar-05 23:10 
GeneralRe: System process Pin
Blake Miller22-Mar-05 5:58
Blake Miller22-Mar-05 5:58 
Generalmfc dll and IWebBrowser2 questions Pin
Spiritofamerica21-Mar-05 10:51
Spiritofamerica21-Mar-05 10:51 
GeneralRe: mfc dll and IWebBrowser2 questions Pin
David Crow21-Mar-05 11:01
David Crow21-Mar-05 11:01 
GeneralRe: mfc dll and IWebBrowser2 questions Pin
Anonymous22-Mar-05 4:55
Anonymous22-Mar-05 4:55 
GeneralWriting Variables in CDialog with MFC Pin
NewbieStats21-Mar-05 9:45
NewbieStats21-Mar-05 9:45 
GeneralRe: Writing Variables in CDialog with MFC Pin
Ravi Bhavnani21-Mar-05 10:01
professionalRavi Bhavnani21-Mar-05 10:01 
GeneralRe: Writing Variables in CDialog with MFC Pin
NewbieStats21-Mar-05 10:19
NewbieStats21-Mar-05 10:19 
Would it Go under;
<br />
CButton01Dlg::CButton01Dlg(CWnd* pParent /*=NULL*/)<br />
	: CDialog(CButton01Dlg::IDD, pParent)<br />
{<br />
  /* NULL */<br />
}<br />

or
<br />
void CButton01Dlg::DoDataExchange(CDataExchange* pDX)<br />
{<br />
	CDialog::DoDataExchange(pDX);<br />
}<br />

or
<br />
BEGIN_MESSAGE_MAP(CButton01Dlg, CDialog)<br />
END_MESSAGE_MAP()<br />


Sorry im kinda new at Interface programs... ive only made databases and so forth jus dos based... But those are the only 3 sections under Button01Dlg.cpp where would i enter it and would it look like;
<br />
sprintf("%s %s you are %s years of age\n", First, Lastname, Age)<br />
/* Similar to regular printf? */<br />


Just a Human Trying to Live in a Computers World.
GeneralRe: Writing Variables in CDialog with MFC Pin
Ravi Bhavnani21-Mar-05 10:37
professionalRavi Bhavnani21-Mar-05 10:37 
GeneralRe: Writing Variables in CDialog with MFC Pin
NewbieStats21-Mar-05 10:51
NewbieStats21-Mar-05 10:51 
GeneralRe: Writing Variables in CDialog with MFC Pin
David Crow21-Mar-05 10:57
David Crow21-Mar-05 10:57 
GeneralRe: Writing Variables in CDialog with MFC Pin
Ravi Bhavnani21-Mar-05 11:11
professionalRavi Bhavnani21-Mar-05 11:11 
GeneralRe: Writing Variables in CDialog with MFC Pin
NewbieStats21-Mar-05 11:28
NewbieStats21-Mar-05 11:28 
GeneralRe: Writing Variables in CDialog with MFC Pin
Ravi Bhavnani21-Mar-05 11:38
professionalRavi Bhavnani21-Mar-05 11:38 
GeneralRe: Writing Variables in CDialog with MFC Pin
Ravi Bhavnani21-Mar-05 13:00
professionalRavi Bhavnani21-Mar-05 13:00 
GeneralRe: Writing Variables in CDialog with MFC Pin
NewbieStats21-Mar-05 13:31
NewbieStats21-Mar-05 13:31 
GeneralRe: Writing Variables in CDialog with MFC Pin
Ravi Bhavnani21-Mar-05 13:35
professionalRavi Bhavnani21-Mar-05 13:35 
GeneralRe: Writing Variables in CDialog with MFC Pin
Christian Graus21-Mar-05 13:58
protectorChristian Graus21-Mar-05 13:58 
GeneralRe: Writing Variables in CDialog with MFC Pin
Ravi Bhavnani22-Mar-05 2:12
professionalRavi Bhavnani22-Mar-05 2:12 
GeneralRe: Writing Variables in CDialog with MFC Pin
David Crow21-Mar-05 10:55
David Crow21-Mar-05 10:55 
GeneralProblem with FFT and the Drawing Pin
RedDragon2k21-Mar-05 9:32
RedDragon2k21-Mar-05 9:32 
GeneralRe: Problem with FFT and the Drawing Pin
Alexander M.,21-Mar-05 9:39
Alexander M.,21-Mar-05 9:39 
GeneralRe: Problem with FFT and the Drawing Pin
RedDragon2k21-Mar-05 9:49
RedDragon2k21-Mar-05 9:49 
GeneralCritcal Section question Pin
Tom Wright21-Mar-05 8:47
Tom Wright21-Mar-05 8:47 
GeneralRe: Critcal Section question Pin
David Crow21-Mar-05 8:55
David Crow21-Mar-05 8:55 

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.