Click here to Skip to main content
15,909,498 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to have palette of icons and pulling palette through the icons Pin
yang__lee30-Mar-06 22:06
yang__lee30-Mar-06 22:06 
QuestionProblem in MDI main window Background display Pin
Sarvan AL30-Mar-06 17:23
Sarvan AL30-Mar-06 17:23 
AnswerRe: Problem in MDI main window Background display Pin
Nibu babu thomas30-Mar-06 17:41
Nibu babu thomas30-Mar-06 17:41 
GeneralRe: Problem in MDI main window Background display Pin
Sarvan AL30-Mar-06 18:38
Sarvan AL30-Mar-06 18:38 
QuestionStop the screen from dissapear Pin
justcallmedin30-Mar-06 16:32
justcallmedin30-Mar-06 16:32 
AnswerRe: Stop the screen from dissapear Pin
Ganesh_T30-Mar-06 16:58
Ganesh_T30-Mar-06 16:58 
GeneralRe: Stop the screen from dissapear Pin
justcallmedin30-Mar-06 17:25
justcallmedin30-Mar-06 17:25 
AnswerRe: Stop the screen from dissapear Pin
Arvind Bharti30-Mar-06 17:45
Arvind Bharti30-Mar-06 17:45 
In case if you don't have any issue in using C functions in C++, then include conio.h and add the following code at the end of function.

cout << "Press any key to exit.";
getch();
AnswerRe: Stop the screen from dissapear Pin
Cedric Moonen30-Mar-06 19:28
Cedric Moonen30-Mar-06 19:28 
AnswerRe: Stop the screen from disappear Pin
David Crow31-Mar-06 3:32
David Crow31-Mar-06 3:32 
QuestionIgnored inline keyword Pin
Arvind Bharti30-Mar-06 14:57
Arvind Bharti30-Mar-06 14:57 
AnswerRe: Ignored inline keyword Pin
includeh1030-Mar-06 15:24
includeh1030-Mar-06 15:24 
GeneralRe: Ignored inline keyword Pin
Arvind Bharti30-Mar-06 15:37
Arvind Bharti30-Mar-06 15:37 
GeneralRe: Ignored inline keyword Pin
Stephen Hewitt30-Mar-06 16:30
Stephen Hewitt30-Mar-06 16:30 
GeneralRe: Ignored inline keyword Pin
includeh1030-Mar-06 17:00
includeh1030-Mar-06 17:00 
GeneralRe: Ignored inline keyword Pin
Stephen Hewitt30-Mar-06 18:14
Stephen Hewitt30-Mar-06 18:14 
GeneralRe: Ignored inline keyword Pin
Arvind Bharti30-Mar-06 19:23
Arvind Bharti30-Mar-06 19:23 
GeneralRe: Ignored inline keyword Pin
Ryan Binns30-Mar-06 18:05
Ryan Binns30-Mar-06 18:05 
AnswerRe: Ignored inline keyword Pin
Ryan Binns30-Mar-06 18:07
Ryan Binns30-Mar-06 18:07 
GeneralRe: Ignored inline keyword Pin
Stephen Hewitt30-Mar-06 18:20
Stephen Hewitt30-Mar-06 18:20 
GeneralRe: Ignored inline keyword Pin
Arvind Bharti30-Mar-06 19:20
Arvind Bharti30-Mar-06 19:20 
GeneralRe: Ignored inline keyword Pin
Ryan Binns30-Mar-06 21:56
Ryan Binns30-Mar-06 21:56 
QuestionUTC time Clock and Local time Clock? Pin
Yonggoo30-Mar-06 13:38
Yonggoo30-Mar-06 13:38 
AnswerRe: UTC time Clock and Local time Clock? Pin
Arvind Bharti30-Mar-06 15:17
Arvind Bharti30-Mar-06 15:17 
QuestionRegistry export/merge Pin
sschilachi30-Mar-06 13:24
sschilachi30-Mar-06 13:24 

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.