Click here to Skip to main content
15,887,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to remove default icon in caption of MessageBox Pin
am 200921-Mar-10 22:39
am 200921-Mar-10 22:39 
AnswerRe: How to remove default icon in caption of MessageBox Pin
BIJU Manjeri21-Mar-10 23:02
BIJU Manjeri21-Mar-10 23:02 
GeneralRe: How to remove default icon in caption of MessageBox Pin
am 200921-Mar-10 23:12
am 200921-Mar-10 23:12 
AnswerRe: How to remove default icon in caption of MessageBox Pin
Mohan Ramachandra21-Mar-10 23:13
Mohan Ramachandra21-Mar-10 23:13 
AnswerRe: How to remove default icon in caption of MessageBox Pin
BIJU Manjeri21-Mar-10 23:19
BIJU Manjeri21-Mar-10 23:19 
GeneralRe: How to remove default icon in caption of MessageBox Pin
Mohan Ramachandra21-Mar-10 23:29
Mohan Ramachandra21-Mar-10 23:29 
GeneralRe: How to remove default icon in caption of MessageBox Pin
am 200921-Mar-10 23:49
am 200921-Mar-10 23:49 
GeneralRe: How to remove default icon in caption of MessageBox Pin
BIJU Manjeri21-Mar-10 23:55
BIJU Manjeri21-Mar-10 23:55 
hi am,
I tested the code

MessageBox(L"Please start application ",L"Test",MB_OK |MB_TOPMOST|MB_APPLMODAL); on windows 7.
Its working fine for me.

If the above code is also not working for you, then create your own message box, by specifyng the Window Styles in CreateWindow()

Smile | :)
AnswerRe: How to remove default icon in caption of MessageBox Pin
Mohan Ramachandra22-Mar-10 0:23
Mohan Ramachandra22-Mar-10 0:23 
QuestionVisual C++ Express Build Log Pin
painterdave21-Mar-10 18:36
painterdave21-Mar-10 18:36 
AnswerRe: Visual C++ Express Build Log Pin
Rajesh R Subramanian21-Mar-10 18:45
professionalRajesh R Subramanian21-Mar-10 18:45 
AnswerRe: Visual C++ Express Build Log Pin
CPallini21-Mar-10 22:43
mveCPallini21-Mar-10 22:43 
QuestionHow to set the ListCtrl's item color ? Pin
wangningyu21-Mar-10 18:32
wangningyu21-Mar-10 18:32 
AnswerRe: How to set the ListCtrl's item color ? Pin
Rajesh R Subramanian21-Mar-10 18:44
professionalRajesh R Subramanian21-Mar-10 18:44 
GeneralRe: How to set the ListCtrl's item color ? Pin
wangningyu21-Mar-10 18:59
wangningyu21-Mar-10 18:59 
AnswerRe: How to set the ListCtrl's item color ? Pin
Mohan Ramachandra21-Mar-10 18:49
Mohan Ramachandra21-Mar-10 18:49 
GeneralRe: How to set the ListCtrl's item color ? Pin
wangningyu21-Mar-10 18:59
wangningyu21-Mar-10 18:59 
AnswerRe: How to set the ListCtrl's item color ? Pin
Shivanand Gupta22-Mar-10 0:20
Shivanand Gupta22-Mar-10 0:20 
QuestionReportEvent could not find included messages in exe Pin
SvLeshy21-Mar-10 13:51
SvLeshy21-Mar-10 13:51 
QuestionWhat is MAX_INT for? Pin
Mohamed_Khalil21-Mar-10 7:31
Mohamed_Khalil21-Mar-10 7:31 
AnswerRe: What is MAX_INT (INT_MAX) for? Pin
Joe Woodbury21-Mar-10 7:41
professionalJoe Woodbury21-Mar-10 7:41 
AnswerRe: What is MAX_INT for? Pin
Garth J Lancaster21-Mar-10 11:27
professionalGarth J Lancaster21-Mar-10 11:27 
AnswerRe: What is MAX_INT for? Pin
Adam Roderick J21-Mar-10 18:57
Adam Roderick J21-Mar-10 18:57 
GeneralRe: What is MAX_INT for? Pin
Vaclav_22-Mar-10 3:48
Vaclav_22-Mar-10 3:48 
GeneralRe: What is MAX_INT for? Pin
Joe Woodbury22-Mar-10 6:30
professionalJoe Woodbury22-Mar-10 6:30 

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.