Click here to Skip to main content
15,891,529 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: stack,graphics Pin
harold aptroot7-Aug-09 6:01
harold aptroot7-Aug-09 6:01 
AnswerRe: stack,graphics Pin
Chris Losinger7-Aug-09 7:38
professionalChris Losinger7-Aug-09 7:38 
AnswerRe: stack,graphics Pin
David Crow7-Aug-09 9:36
David Crow7-Aug-09 9:36 
GeneralRe: stack,graphics Pin
Chris Losinger8-Aug-09 10:36
professionalChris Losinger8-Aug-09 10:36 
Questionpointer Pin
kumarashoka7-Aug-09 5:21
kumarashoka7-Aug-09 5:21 
AnswerRe: pointer Pin
Maximilien7-Aug-09 5:35
Maximilien7-Aug-09 5:35 
GeneralRe: pointer Pin
harold aptroot7-Aug-09 5:51
harold aptroot7-Aug-09 5:51 
QuestionHow to Place a Different Caption in the AfxMessageBox(,) MFC messagebox Pin
Larry Mills Sr7-Aug-09 4:59
Larry Mills Sr7-Aug-09 4:59 
I have copied one of my programs into another program and made the necessary changes for the new program. But whenever I open a AfxMessageBox(,); it displayes the previous program's title in the title portion of the message box. How do I remedy this?
Sample code:
CString str = "Select the [OK] button to begin processing the data";
int nTest = 0;
nTest = AfxMessageBox(str, MB_OK);
(The title of the messagebox is that of the previous program.)

A C++ programming language novice, but striving to learn

AnswerRe: How to Place a Different Caption in the AfxMessageBox(,) MFC messagebox Pin
Randor 7-Aug-09 6:46
professional Randor 7-Aug-09 6:46 
GeneralRe: How to Place a Different Caption in the AfxMessageBox(,) MFC messagebox Pin
Larry Mills Sr7-Aug-09 8:22
Larry Mills Sr7-Aug-09 8:22 
QuestionSendInput API is a mess indeed Pin
Madhu_Rani7-Aug-09 4:39
Madhu_Rani7-Aug-09 4:39 
AnswerRe: SendInput API is a mess indeed Pin
jeron17-Aug-09 4:44
jeron17-Aug-09 4:44 
GeneralRe: SendInput API is a mess indeed Pin
Madhu_Rani7-Aug-09 4:53
Madhu_Rani7-Aug-09 4:53 
QuestionCMapStringToOb works slow Pin
rkata7-Aug-09 3:29
rkata7-Aug-09 3:29 
QuestionHelp with custom message broadcasting(Inter process communication) Pin
callousfantom7-Aug-09 2:16
callousfantom7-Aug-09 2:16 
AnswerRe: Help with custom message broadcasting(Inter process communication) Pin
«_Superman_»7-Aug-09 2:32
professional«_Superman_»7-Aug-09 2:32 
GeneralRe: Help with custom message broadcasting(Inter process communication) [modified] Pin
callousfantom9-Aug-09 20:56
callousfantom9-Aug-09 20:56 
GeneralRe: Help with custom message broadcasting(Inter process communication) Pin
callousfantom9-Aug-09 23:27
callousfantom9-Aug-09 23:27 
GeneralRe: Help with custom message broadcasting(Inter process communication) Pin
«_Superman_»10-Aug-09 3:59
professional«_Superman_»10-Aug-09 3:59 
GeneralRe: Help with custom message broadcasting(Inter process communication) Pin
callousfantom10-Aug-09 18:05
callousfantom10-Aug-09 18:05 
Questionhow to create a file shared among all users Pin
Joseph Marzbani7-Aug-09 2:03
Joseph Marzbani7-Aug-09 2:03 
AnswerRe: how to create a file shared among all users Pin
CPallini7-Aug-09 2:15
mveCPallini7-Aug-09 2:15 
GeneralRe: how to create a file shared among all users Pin
Joseph Marzbani7-Aug-09 2:24
Joseph Marzbani7-Aug-09 2:24 
GeneralRe: how to create a file shared among all users Pin
CPallini7-Aug-09 2:33
mveCPallini7-Aug-09 2:33 
GeneralRe: how to create a file shared among all users Pin
Omri1217-Aug-09 5:32
Omri1217-Aug-09 5:32 

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.