How to use \n new line in VB msgbox() - Stack Overflow
經安全檢測,此網站為安全網站,請放心前往原始網址!
How to use \n new line in VB msgbox() - Stack Overflow
What is the alternative to \n (for new line) in a VB.NET MsgBox()? ... for VB:
vbCrLf or vbNewLine for VB.NET: Environment.NewLine or vbCrLf or Constants.
vbCrLf.