1
Answer

how to custom MsgBox in vb.net


I am using msgbox to display simple one line msg to user.....
 

MsgBox(
"Transaction Complited!")
but, i want to know how to write MsgBox to display multiple lines in one single msgbox.
 

Answers (1)