Click here to Skip to main content
15,892,298 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionC code in Visual Studio 2003/2005 Pin
ahmed_adel_farid14-May-06 10:20
ahmed_adel_farid14-May-06 10:20 
AnswerRe: C code in Visual Studio 2003/2005 Pin
Michael Dunn14-May-06 13:02
sitebuilderMichael Dunn14-May-06 13:02 
QuestionMemory Management Problem Pin
MaheshKalose14-May-06 7:52
MaheshKalose14-May-06 7:52 
AnswerRe: Memory Management Problem Pin
John M. Drescher14-May-06 8:06
John M. Drescher14-May-06 8:06 
AnswerRe: Memory Management Problem Pin
ThatsAlok14-May-06 22:31
ThatsAlok14-May-06 22:31 
Questiondisplaying an variable value into AfxMessageBox Pin
Mahhouraaaaaa14-May-06 6:39
Mahhouraaaaaa14-May-06 6:39 
AnswerRe: displaying an variable value into AfxMessageBox Pin
Ravi Bhavnani14-May-06 11:26
professionalRavi Bhavnani14-May-06 11:26 
AnswerRe: displaying an variable value into AfxMessageBox Pin
Renjith Ramachandran14-May-06 11:29
Renjith Ramachandran14-May-06 11:29 
Mahhouraaaaaa wrote:

UpdateData(true);
AfxMessageBox(m_terma);
CDialog::OnOK();



i think m_terma is of type integer.
so this

CString csMsg;
csMsg.Format("%d", m_terma);
AfxMessageBox(csMsg);

try it out




Loka Samastha Sukhino Bhavanthu..!!!
( May all beings be happy and free )
AnswerRe: displaying an variable value into AfxMessageBox Pin
Hamid_RT14-May-06 19:48
Hamid_RT14-May-06 19:48 
AnswerRe: displaying an variable value into AfxMessageBox Pin
ThatsAlok14-May-06 22:29
ThatsAlok14-May-06 22:29 
Questiontransform file path Pin
big_denny_20014-May-06 6:13
big_denny_20014-May-06 6:13 
AnswerRe: transform file path Pin
Ravi Bhavnani14-May-06 11:28
professionalRavi Bhavnani14-May-06 11:28 
AnswerRe: transform file path Pin
Michael Dunn14-May-06 13:05
sitebuilderMichael Dunn14-May-06 13:05 
AnswerRe: transform file path Pin
Russell'14-May-06 22:48
Russell'14-May-06 22:48 
QuestionFTPclient code (send,get,delete files) Pin
Immunity1814-May-06 5:57
Immunity1814-May-06 5:57 
AnswerRe: FTPclient code (send,get,delete files) Pin
Hamid_RT14-May-06 19:38
Hamid_RT14-May-06 19:38 
AnswerRe: FTPclient code (send,get,delete files) Pin
ThatsAlok14-May-06 22:25
ThatsAlok14-May-06 22:25 
Questionclasses VS structs Pin
big_denny_20014-May-06 5:26
big_denny_20014-May-06 5:26 
AnswerRe: classes VS structs Pin
Hamid_RT14-May-06 5:36
Hamid_RT14-May-06 5:36 
GeneralRe: classes VS structs Pin
big_denny_20014-May-06 6:13
big_denny_20014-May-06 6:13 
AnswerRe: classes VS structs Pin
Ryan Binns14-May-06 19:06
Ryan Binns14-May-06 19:06 
AnswerRe: classes VS structs Pin
ThatsAlok14-May-06 22:19
ThatsAlok14-May-06 22:19 
QuestionTemplates help Pin
Tara1414-May-06 4:37
Tara1414-May-06 4:37 
QuestionDouble Pin
cuongcntt200214-May-06 4:33
cuongcntt200214-May-06 4:33 
AnswerRe: Double Pin
Chris Losinger14-May-06 4:52
professionalChris Losinger14-May-06 4:52 

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.