1
Answer

how to custom MsgBox in vb.net

Photo of Harish kharvi

Harish kharvi

15y
6.6k
1

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)