Click here to Skip to main content
15,608,553 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Beginner's Question 2 Pin
David Crow11-Sep-09 5:54
David Crow11-Sep-09 5:54 
AnswerRe: Beginner's Question 2 Pin
UKM_Student11-Sep-09 6:16
UKM_Student11-Sep-09 6:16 
QuestionRe: Beginner's Question 2 Pin
David Crow11-Sep-09 6:21
David Crow11-Sep-09 6:21 
AnswerRe: Beginner's Question 2 Pin
UKM_Student11-Sep-09 6:26
UKM_Student11-Sep-09 6:26 
GeneralRe: Beginner's Question 2 Pin
David Crow11-Sep-09 6:32
David Crow11-Sep-09 6:32 
GeneralRe: Beginner's Question 2 Pin
UKM_Student11-Sep-09 6:38
UKM_Student11-Sep-09 6:38 
GeneralRe: Beginner's Question 2 Pin
UKM_Student11-Sep-09 5:27
UKM_Student11-Sep-09 5:27 
QuestionRe: Beginner's Question 2 Pin
David Crow11-Sep-09 5:35
David Crow11-Sep-09 5:35 
AnswerRe: Beginner's Question 2 Pin
UKM_Student11-Sep-09 5:44
UKM_Student11-Sep-09 5:44 
QuestionHow to control the size of MessageBox Pin
Software200711-Sep-09 3:21
Software200711-Sep-09 3:21 
QuestionRe: How to control the size of MessageBox Pin
David Crow11-Sep-09 3:44
David Crow11-Sep-09 3:44 
AnswerRe: How to control the size of MessageBox Pin
Software200711-Sep-09 5:24
Software200711-Sep-09 5:24 
QuestionRe: How to control the size of MessageBox Pin
David Crow11-Sep-09 5:26
David Crow11-Sep-09 5:26 
AnswerRe: How to control the size of MessageBox Pin
Software200711-Sep-09 5:32
Software200711-Sep-09 5:32 
GeneralRe: How to control the size of MessageBox Pin
David Crow11-Sep-09 5:47
David Crow11-Sep-09 5:47 
GeneralRe: How to control the size of MessageBox Pin
Software200711-Sep-09 5:59
Software200711-Sep-09 5:59 
AnswerRe: How to control the size of MessageBox Pin
David Crow11-Sep-09 6:00
David Crow11-Sep-09 6:00 
GeneralRe: How to control the size of MessageBox Pin
Software200711-Sep-09 6:02
Software200711-Sep-09 6:02 
AnswerRe: How to control the size of MessageBox Pin
David Crow11-Sep-09 6:03
David Crow11-Sep-09 6:03 
GeneralRe: How to control the size of MessageBox Pin
Software200711-Sep-09 6:06
Software200711-Sep-09 6:06 
AnswerRe: How to control the size of MessageBox Pin
Richard MacCutchan11-Sep-09 4:23
mveRichard MacCutchan11-Sep-09 4:23 
AnswerRe: How to control the size of MessageBox Pin
Joe Woodbury11-Sep-09 6:10
professionalJoe Woodbury11-Sep-09 6:10 
GeneralRe: How to control the size of MessageBox Pin
Software200711-Sep-09 6:12
Software200711-Sep-09 6:12 
GeneralRe: How to control the size of MessageBox Pin
Joe Woodbury11-Sep-09 6:20
professionalJoe Woodbury11-Sep-09 6:20 
You can't make the message box wider. It will chose a size based on how big the display is and other internal constraints. The LF characters will help you keep the box skinnier and taller. (It may be different on Vista and 7, but XP and before sometimes makes message boxes so wide that they are hard to read and look silly.)

As someone else pointed out; if you need to control the size very specifically, write a dialog box.
Questiondraw Panel Image to another Panel window Pin
raj157611-Sep-09 2:01
raj157611-Sep-09 2:01 

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.