Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Visual Basic .NET

From Simple English Wikipedia, the free encyclopedia
Visual Basic .NET
ParadigmStructured,imperative,object-oriented anddeclarative
Designed byMicrosoft
DeveloperMicrosoft
First appeared2001
Stable release16.9[1] Edit this on Wikidata / 2 March 2024;23 months ago (2 March 2024)
Typing disciplineStatic,both strong and weak,both safe and unsafe,nominative
PlatformCLR
OSChieflyWindows
Also onAndroid,BSD,iOS,Linux,Mac OS X,Solaris andUnix
Filename extensions.vb
Websitemsdn.microsoft.com/en-us/vstudio/hh388573
Majorimplementations
Microsoft Visual Studio,Microsoft Visual Studio Express,SharpDevelop,MonoDevelop,.NET Framework SDK andMono
Dialects
Microsoft Visual Basic
Influenced by
.NET Framework

Visual Basic .NET is the second series ofMicrosoft'sVisual Basic series. It is sometimes shortened toVB.NET. It is an IDE (Integrated Development Environment) and it includes an easy 'drag-and-drop' interface. It can make complete programs forWindows very easily.

Background

[change |change source]

Visual Basic

[change |change source]
See also:Visual Basic

It was first released in1992 byMicrosoft. Visual Basic is a simple way to make programs forWindows. It started asProject Ruby by Alan Cooper and then was sold toMicrosoft. The system is built loosely on the originalBASIC programming language released in1963 and it can 'Test' programs in real-time, error checking them in a user-friendly way.

.NET Framework

[change |change source]

This package is the 'backbone' of Visual Basic .NET. When applications are created, theWindowsInstaller includes the framework with it. It includes all the items needed to run the VB.NET applications that have been made.

Editions

[change |change source]

Visual Basic was first released inMay1991 forWindows. Many versions have been released since then. These are listed below:

NameOperating SystemDate Released
Visual Basic .NETWindows2002
Visual Basic .NET 2003Windows2003
Visual Basic 2005Windows2005
Visual Basic 2005 StudioWindows2005
Visual Basic 2008 StudioWindows2008
Visual Basic 2010 StudioWindows2010

Visual Basic 2010 Express Edition

[change |change source]

This is a free version of Visual Basic 2010 released officially fromMicrosoft. It is aimed at encouraging morenewbie programmers to try the series. The program can be downloaded fromMicrosoft's Website.

Controls

[change |change source]

Visual Basic .NET uses many controls which can be added to the forms or windows in theapplication. Other developers can create controls for applications, not just the ones that Microsoft include.

Examples

[change |change source]

The following example makes a program window pop up that says "Hello World" and has a button that says "OK" used to close the window:

PublicSubbutton1_Click(ByValsenderAsSystem.Object,ByValeAsSystem.EventArgs)Handlesbutton1.ClickMsgBox("Hello World")EndSub

Other websites

[change |change source]
  1. https://learn.microsoft.com/en-us/visualstudio/releases/2019/release-notes-v16.9.{{cite web}}:Missing or empty|title= (help)
Retrieved from "https://simple.wikipedia.org/w/index.php?title=Visual_Basic_.NET&oldid=10753862"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2026 Movatter.jp