Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
cegonsoft india | Learn console application In Dot net | Vb.net
#1
Console Application

A console application is a computer program designed to be used via a text-only computer interface, such as a text terminal, the command line interface of some operating systems (Unix, DOS, etc.) or the text-based interface included with some Graphical User Interface (GUI) operating systems, such as the Win32 console in Microsoft Windows. A user typically interacts with a console application using only a keyboard and display screen, as opposed to GUI applications, which normally require the use of a mouse or other pointing device. Many console applications are command line tools, but numerous Text User Interface (TUI) programs also exist.

A console application does not make use of the visual interface capabilities of the Windows operating system. It runs at the DOS prompt, or command window, and its interactions with the user are limited to text input and output.
Console Applications can be developed using VB .NET or C# .NET

VB .NET

Visual Basic .NET (or VB .NET) is a version of Microsoft's Visual Basic that was designed, as part of the company's .NET product group, to make Windows and Web applications easier to develop. According to Microsoft, VB .NET was reengineered, rather than released as VB 6.0 with added features, to facilitate making fundamental changes to the language. VB.NET is the first fully object-oriented programming (OOP) version of Visual Basic, and as such, supports OOP concepts such as abstraction, encapsulation, inheritance and polymorphism.

Example of a simple Vb.Net Console Application.
Module Module1
Sub Main()
Console.WriteLine("Hello World")
End Sub
End Module

more at Cegonsoft
Reply


Messages In This Thread
cegonsoft india | Learn console application In Dot net | Vb.net - by MikeHenery9 - 09-09-2011, 04:01 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Support Forums .NET Threads Compilation Fragma 64 20,314 11-06-2019, 11:35 PM
Last Post: alexathomson
  How to hook the keyboard. [VB.NET] [TuT] Vorfin 92 54,212 09-23-2019, 11:55 AM
Last Post: Jamimartin
  [VB.NET] Advanced MessageBox Control BlackSpider 14 11,079 03-04-2015, 11:22 PM
Last Post: longwest
  [Preview] Windows 7 Tools [VB.NET] ƃu∀ ıʞƃu∀ 4 3,165 10-14-2014, 11:55 AM
Last Post: 'Onam
  VB.Net Make a Real AntiVirus (AV) - Part 1 goranpilkic 27 28,193 08-25-2014, 12:43 AM
Last Post: dark_move

Forum Jump:


Users browsing this thread: 2 Guest(s)