Hi i want to put 4 lines which will appear in a msg box but i can't do it. i have already used "<br />" but it doesn't work. i want the phrase to be one on each line. aneed help plz
geetajlo -2 Junior Poster in Training
Recommended Answers
Jump to PostMsgBox("This is line one.\r\nThis is line two")
or:
MsgBox("This is line one." & Environment.NewLine & "This is line two")
See:
http://msdn2.microsoft.com/en-us/library/system.environment.newline.aspx
All 4 Replies
greeny_1984 14 Posting Whiz
geetajlo -2 Junior Poster in Training
hollystyles 113 Veteran Poster
geetajlo -2 Junior Poster in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.