|
|
#1 |
|
Junior Member
Join Date: Jan 2001
Posts: 4
|
Can a \r\n be inserted into a MessageBox's msgtext? I've tried it and it only appears plain text. I have a large message and right now it looks sort of ugly all spread out. Any one know how to do this?
Also btw, html code is on for this forum...dunno if that was intentional. |
|
|
|
|
|
#2 |
|
Senior Member
Join Date: Feb 2001
Posts: 171
|
use the ascii codes [pseudocode: chr(13)+chr(10)]. i guess this will work:
code: there could be problems with using the MFC CString class because there are differences between CString and char* in how the text is interpreted. try to use the windows api function ... maybe then it works without the code shown above |
|
|
|
|
|
#3 | |
|
Moderator
|
Quote:
|
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|