Movatterモバイル変換


[0]ホーム

URL:


Jump to content
Rosetta Code
Search

Category:Visual Basic

Help
From Rosetta Code
(Redirected fromVisual Basic)
Language
Visual Basic
Thisprogramming language may be used to instruct a computer to perform a task.
Garbage collected:Yes
Parameter passing methods:By reference, By value
Type safety:Safe
Type strength:Strong
Type compatibility:Nominative
Type checking:Static
See Also:
Listed below are all of the tasks on Rosetta Code which have been solved using Visual Basic.
Visual Basic is animplementation ofBASIC.Other implementations of BASIC.
Visual Basic is part ofVisual Studio. You may find other members of Visual Studio atCategory:Visual Studio.

Visual Basic is a language developed byMicrosoft to advanceBASIC into the realm ofGUI programming. While Microsoft ceased development of the language at version 6, a new language calledVisual Basic .NET was developed around the.Net Framework.

Used by Microsoft's flagship product Office, the embedded version of Visual Basic continues to be maintained. This version is known asVisual Basic for Applications and uses the same syntax as, and is mostly compatible with, Visual Basic 6.

Categorization

Visual Basic can be divided into a few broad categories: VBDOS, Classic VB, and VB .Net.

  • Visual Basic for DOS (orVBDOS) is really part of theQuickBASIC family -- in fact, VBDOS can compile most QB programs without change, and could be considered the "missing link" between QB and "real" VB. Seethis section of WP's VB page for a tiny bit of info. (There is a Win16 program included with VBDOS that can translate VBDOS code to VB1 code, and vice-versa. The "forms" part of VBDOS is very similar to VB1; it'severything else that needed translating.)
  • Classic VB combines VB for 16-bit Windows, and pre-.Net VB for 32-bit Windows:
    • "Early" VB is VB1-3. The language is essentially the same as VB4-6, but the internals are a bit different, they're 16-bit only, and they useVBX controls instead of the later ActiveX controls. These compilers are almost certainly not in use any more, as they are for 16-bit Windows.
    • COM VB is VB4-6 andVBA. They areWin32 and useCOM (OLE,ActiveX, OCX) components (although VB4 also has aWin16 version that can use VBX controls).
  • VB.Net isn't really VB, as far as most classic VB programmers are concerned. It's got a VB-like syntax, but the differences are great enough that it's really a separate language.

See also

Subcategories

This category has the following 3 subcategories, out of 3 total.

Pages in category "Visual Basic"

The following 133 pages are in this category, out of 133 total.

Retrieved from "https://rosettacode.org/wiki/Category:Visual_Basic?oldid=12998"
Categories:
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

[8]ページ先頭

©2009-2026 Movatter.jp