Click here to Skip to main content
15,916,188 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralGet Listbox from Combobox Pin
peterchen13-Apr-03 5:20
peterchen13-Apr-03 5:20 
Generalscreen saver project error Pin
karanba13-Apr-03 4:46
karanba13-Apr-03 4:46 
Generalkeep-alive mechanism Pin
Dudi Avramov13-Apr-03 3:53
Dudi Avramov13-Apr-03 3:53 
GeneralRe: keep-alive mechanism Pin
Brian Shifrin13-Apr-03 17:37
Brian Shifrin13-Apr-03 17:37 
GeneralRe: keep-alive mechanism Pin
Dudi Avramov13-Apr-03 19:47
Dudi Avramov13-Apr-03 19:47 
QuestionOnQueryEndSession - how to delay its imlementation with some seconds? Pin
julych13-Apr-03 3:50
julych13-Apr-03 3:50 
GeneralQuestion about friend function. Pin
George213-Apr-03 3:49
George213-Apr-03 3:49 
GeneralMessageBox variation Pin
J.B.12-Apr-03 22:23
J.B.12-Apr-03 22:23 
Hello guys,
I am looking for a function that is similiar to MessageBox function, however, would have ability to include formatted variable in the pop-up windows box.

Best way to illustrate, is something in combination of printf and MessageBox

int number = 3;
printf("Number is : %d", number);

so, might mean doing that in forms of MessageBox
MessageBox("Number is : %d", number);

Is there funtion MFC that could server that purpose?

Thanks in advance for any help.

GeneralRe: MessageBox variation Pin
Brian Shifrin13-Apr-03 0:29
Brian Shifrin13-Apr-03 0:29 
GeneralRe: MessageBox variation Pin
Neville Franks13-Apr-03 0:46
Neville Franks13-Apr-03 0:46 
GeneralRe: MessageBox variation Pin
Jean-Marc Molina13-Apr-03 1:49
Jean-Marc Molina13-Apr-03 1:49 
GeneralRe: MessageBox variation Pin
J. Dunlap13-Apr-03 7:36
J. Dunlap13-Apr-03 7:36 
GeneralQuestion about overloading operator time_t. Pin
George212-Apr-03 20:34
George212-Apr-03 20:34 
GeneralRe: Question about overloading operator time_t. Pin
markkuk13-Apr-03 0:15
markkuk13-Apr-03 0:15 
GeneralRe: Question about overloading operator time_t. Pin
George213-Apr-03 1:28
George213-Apr-03 1:28 
GeneralRe: Question about overloading operator time_t. Pin
markkuk13-Apr-03 9:57
markkuk13-Apr-03 9:57 
GeneralRe: Question about overloading operator time_t. Pin
George213-Apr-03 17:39
George213-Apr-03 17:39 
GeneralRe: Question about overloading operator time_t. Pin
Michael Dunn13-Apr-03 6:11
sitebuilderMichael Dunn13-Apr-03 6:11 
GeneralRe: Question about overloading operator time_t. Pin
George213-Apr-03 17:38
George213-Apr-03 17:38 
QuestionMSHTML get empty document? Pin
Kevein12-Apr-03 17:00
Kevein12-Apr-03 17:00 
AnswerRe: MSHTML get empty document? Pin
nde_plume13-Apr-03 12:06
nde_plume13-Apr-03 12:06 
QuestionAdd Member Function-VC ++ 6.0 bug? Pin
7stud12-Apr-03 16:46
7stud12-Apr-03 16:46 
Generalnot getting messages Pin
cgreathouse12-Apr-03 14:50
cgreathouse12-Apr-03 14:50 
GeneralRe: not getting messages Pin
Miszou14-Apr-03 6:48
Miszou14-Apr-03 6:48 
QuestionSending a CString to an edit control? Pin
stf12-Apr-03 13:43
stf12-Apr-03 13:43 

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.