Click here to Skip to main content
15,917,176 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Cstring to char?? Pin
Larsson24-Aug-04 2:18
Larsson24-Aug-04 2:18 
GeneralRe: Cstring to char?? Pin
Cedric Moonen24-Aug-04 2:24
Cedric Moonen24-Aug-04 2:24 
GeneralRe: Cstring to char?? Pin
David Crow24-Aug-04 3:33
David Crow24-Aug-04 3:33 
AnswerRe: Cstring to char?? Pin
V.24-Aug-04 3:50
professionalV.24-Aug-04 3:50 
GeneralRe: Cstring to char?? Pin
jmkhael24-Aug-04 4:23
jmkhael24-Aug-04 4:23 
GeneralStrange Debuggin Thing Pin
Paolo Ponzano24-Aug-04 1:13
Paolo Ponzano24-Aug-04 1:13 
GeneralRe: Strange Debuggin Thing Pin
Antony M Kancidrowski24-Aug-04 4:55
Antony M Kancidrowski24-Aug-04 4:55 
Generaltype conversion Pin
CShoun24-Aug-04 1:07
CShoun24-Aug-04 1:07 
I want to post the number of recipes I have in a database but when i run the recipe count function i get giberish in the message box.

question: how can i post a interger in the message box?

info: MFC SDI with database support


int count=0;<br />
	CString post="";<br />
<br />
	m_pSet->MoveFirst();<br />
	<br />
	while(m_pSet->IsEOF == FALSE)<br />
	{<br />
		m_pSet->MoveNext();<br />
		count++;<br />
	}<br />
	<br />
	post=count;<br />
<br />
	MessageBox(post);


thanks
GeneralRe: type conversion Pin
Antony M Kancidrowski24-Aug-04 1:21
Antony M Kancidrowski24-Aug-04 1:21 
Generalsdi Pin
imajit24-Aug-04 0:53
imajit24-Aug-04 0:53 
GeneralRe: sdi Pin
David Crow24-Aug-04 3:35
David Crow24-Aug-04 3:35 
GeneralMFC and Windows API Pin
SylL24-Aug-04 0:34
SylL24-Aug-04 0:34 
GeneralRe: MFC and Windows API Pin
Anthony_Yio24-Aug-04 0:54
Anthony_Yio24-Aug-04 0:54 
GeneralUsing acceleraor keys in Dialog application Pin
WesleyPipes24-Aug-04 0:03
WesleyPipes24-Aug-04 0:03 
GeneralRe: Using acceleraor keys in Dialog application Pin
Cedric Moonen24-Aug-04 1:04
Cedric Moonen24-Aug-04 1:04 
GeneralRe: Using acceleraor keys in Dialog application Pin
WesleyPipes24-Aug-04 3:34
WesleyPipes24-Aug-04 3:34 
GeneralRe: Using acceleraor keys in Dialog application Pin
David Crow24-Aug-04 3:41
David Crow24-Aug-04 3:41 
GeneralRe: Using acceleraor keys in Dialog application Pin
WesleyPipes24-Aug-04 3:55
WesleyPipes24-Aug-04 3:55 
GeneralUsing the timer Pin
wicked_guy24-Aug-04 0:03
wicked_guy24-Aug-04 0:03 
GeneralRe: Using the timer Pin
Antony M Kancidrowski24-Aug-04 0:33
Antony M Kancidrowski24-Aug-04 0:33 
GeneralRe: Using the timer Pin
wicked_guy24-Aug-04 0:59
wicked_guy24-Aug-04 0:59 
GeneralRe: Using the timer Pin
Antony M Kancidrowski24-Aug-04 1:24
Antony M Kancidrowski24-Aug-04 1:24 
GeneralRe: Using the timer Pin
wicked_guy24-Aug-04 1:33
wicked_guy24-Aug-04 1:33 
GeneralHosting Managed Controls in MFC Pin
Amir Harel23-Aug-04 23:13
Amir Harel23-Aug-04 23:13 
GeneralConvert VB code to C++ Pin
Vivek Jishtu23-Aug-04 22:52
Vivek Jishtu23-Aug-04 22: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.