How to give Line Break in Windows Application in VB.Net?

 Posted by vishalneeraj-24503 on 5/7/2014 | Category: Windows Forms Interview questions | Views: 4478 | Points: 40
Answer:

We use vbCrLf in-built VB.Net function for giving Line Breaks in Vb.Net Windows Application.

For Example:-
string str = "This is" & vbCrLf & "a Dot Net Funda Website"


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response