VB.Net Program to print Numbers 1 to N in Right Triangle Format Module Module1     Sub Main()         Dim sum As Integer = 0, i As Integer, k As Integer, n As Integer         Console.WriteLine(“*** www.programmingposts.com ***”)         Console.WriteLine(vbLf & “>>> VB.Net Program to print Numbers 1..n as Right Triangle… Continue Reading VB.Net Program to print Numbers 1 to N in Right Triangle Format

In this post we will see a VB.Net Program to retrieve list of file names in a given folder/directory.  

Sample Output : 

In this post we will see a VB.Net Program to retrieve list of file names with full path in a given folder/directory.  

Sample Output : 

 

Sample Output :

 

Sample Output 1: Sample Output 2:

 

Sample output 1 : Sample output 2 : Sample output 3 :  

Output :  

 

Output : Explanation : Actually here we are printing the ASCII smbol of 3 . Which gives a love symbol. you can also print directly by writing the following code.  Console.Write(Convert.ToChar(3))  or  Console.Write(ChrW(3))  

  Sample Output :

Sample Output :  

 

Sample Output: 

Sample Output:   

 

  Sample Output:

 

  Sample Output:    

VB.NET PROGRAM TO ADD TWO NUMBERS / INTEGERS USING FUNCTION

Sample Output: