Difference between revisions of "Visual Basic"

From RogueBasin
Jump to navigation Jump to search
m
(expanded article)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
== Roguelikes ==
'''Visual Basic''' is a modern, object-oriented programming language designed to simplify development for [[Windows]]. Visual Basic was moved to the .NET platform in 2001 and renamed '''Visual Basic .NET''', which broke earlier programs written in VB6 and before. The language itself, however, has not changed much.


As its name suggests, Visual Basic is historically related with [[BASIC]], but today it is only noticable in the syntax.
Mono is a project which attempts to provide a CLR for non-windows systems, and with it support for Visual Basic outside of Windows.
== Roguelikes in Visual Basic==
* [[3069]] (VB.NET)
* [[Heroic Adventure!]] (VB.NET)
* [[Heroic Adventure!]] (VB.NET)
* [[Lords of DarkHall]] (VB6)
* [[Lords of DarkHall]] (VB6)

Latest revision as of 23:03, 10 May 2013

Visual Basic is a modern, object-oriented programming language designed to simplify development for Windows. Visual Basic was moved to the .NET platform in 2001 and renamed Visual Basic .NET, which broke earlier programs written in VB6 and before. The language itself, however, has not changed much.

As its name suggests, Visual Basic is historically related with BASIC, but today it is only noticable in the syntax.

Mono is a project which attempts to provide a CLR for non-windows systems, and with it support for Visual Basic outside of Windows.

Roguelikes in Visual Basic

External links