C# Sharp
Java
Additional Libraries
Learn programming Visual Basic (VB.net)
Visual Basic
exercises
57
Date and time
Create a program to display the current date and time with the following format: Today is 6 of February of 2015. It´s 03:23:12...
56
Display directory
Create a program to display the files in the current directory...
52
Display executable files in directory
Create a program to display the name (but not the path) of the executable files (.com, .exe, .bat, .cmd) in the current directory...
43
Date and time continuous
Create a program to display the current time in the upper right corner of the screen, with the following format: 12:52:03 it must pause for a second...
50
Sitemap creator
A "sitemap" is a file that webmasters can use in order to tell Google the webpages that their site consists on, and get a better positioning in the se...
57
List of images as HTML
Create a program to create an HTML file containing the list of images (PNG and JPG) in the current directory. For example, in the current directory t...
64
System information
Create a program that shows certain details of the system: computer name, domain name and user name logged in the system....
66
Sitemap creator v2
A "sitemap" is a file that webmasters can use in order to tell Google the webpages that their site consists on, and get a better positioning in the se...
56
Surf directory
Create a program to display the files in the current directory, and to allow the user to move up and down in that list. If the user presses Enter on a...
54
Subdirectories
Create a program to store the files which are in a certain directory and its subdirectories. Then, it will ask the user which text to search and it w...