Multiple Lines in VB6 Message Boxes

thatbox

Senior member
Dec 5, 2002
253
0
76
How do I do this without lots and lots of spaces? I've tried puttin VBCrLfs and vbNewlines where I want them, but those create errors. I want:
--------------------------------------------------
blahblahblah in the following files:
[file1]
[file2]
blahblahblahblah
--------------------------------------------------
Sorry Im a VB6 noob.
 

igowerf

Diamond Member
Jun 27, 2000
7,697
1
76
MsgBox "bla bla in the following files:" & vbNewLine & "File 1" & vbNewLine & "File 2"