How to use vbCrlF keyword in vb.net


This ' vbCrlf ' keyword is used for new line operator for example....

///////////////////////////////////////////////////////////////
Public Class Form1

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
      

        Dim str As String
        str = "This is how" & vbcrlf & "to get a new line"

        MessageBox.Show(str)
    End Sub
End Class
////////////////////////////////////////////////////////////////////
*********************OUTPUT***********************


See Also :
  Follow Me On Facebook



--
/\/ir@\/  <(.'.)>

Comments

  1. Nice blog, its great article informative post, thanks for sharing it. Thanks for the information!

    PIC Scheme

    ReplyDelete

Post a Comment

Popular posts from this blog

How to make and use web service in Microsoft Dynamics Navision.

How to use Format function in Microsoft Dynamics Navision.

How to create simple report in Microsoft Dynamics Navision.