VB.Net Console Application Primer Tutorial

VB.Net Console Application Primer Tutorial

VB.Net Console Application Primer Tutorial

Today we follow up on a Yahoo Answers question here (thanks) to investigate the simplest VB.Net project idea using the Windows .Net Framework IDE called Visual Studio … namely, the Console Application. This Console Application project type in Visual Studio is a desktop application project type which does not need a Form to work, necessarily, though you can use InputBox and MsgBox as rudimentary GUI ideas for your program … as we do here, where we construct a program to calculate the areas (and perimeters) of triangles via three pieces of user interactive input. The resultant program can run at the command line (or console).

You may want to compare and contrast the VB.Net programming source code Module1.vb with a similarly themed tutorial that used Javascript to the same purpose here at HTML/Javascript Canvas Triangles Game Tutorial (which included the HTML/Javascript source code triangle_chalkboard.html).

Hope you enjoy, and get something from, today’s tutorial.

If this was interesting you may be interested in this too.

This entry was posted in eLearning, Operating System, Tutorials, Visual Studio and tagged , , , , , , , , , , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>