Archive for the ‘Visual Basic’ Category

Konversi Suhu

This item was filled under [ Example, Programming, Project, Visual Basic ]

Download Source Code :
==> Mirror 1
==> Mirror 2

Continue reading...

Example Of Visual Basic .Net

This item was filled under [ Programming, Visual Basic ]

Hello world example
The following is a very simple VB.NET program, a version of the classic "Hello world" example created as a console application:
Module Module1

Sub Main()
Console.WriteLine("Hello, world!")
End Sub

End Module

The effect is to write the text Hello, world! to the command [...]

Continue reading...

Tagged with: [ , ]

Relation to older versions of Visual Basic (VB6 and previous)

This item was filled under [ Programming, Visual Basic ]

Whether Visual Basic .NET should be considered as just another version of Visual Basic or a completely different language is a topic of debate. This is not obvious, as once the methods that have been moved around and that can be automatically converted are accounted for, the basic syntax of the language has not seen [...]

Continue reading...

Tagged with: [ , ]

Versions of Visual Basic .Net

This item was filled under [ Programming, Visual Basic ]

Visual Basic .NET (VB 7)
The original Visual Basic .NET was released alongside Visual C# and ASP.NET in 2002. C# — widely touted as Microsoft’s answer to Java — received the lion’s share of media attention, while VB.NET (sometimes known as VB7) was not as widely covered.
Visual Basic .NET 2003 (VB 7.1)
Visual Basic .NET 2003 was [...]

Continue reading...

Tagged with: [ , ]

Introduction To Visual Basic .Net

This item was filled under [ Programming, Visual Basic ]

Visual Basic (VB), formerly called Visual Basic .NET (VB.NET), is an object-oriented computer language that can be viewed as an evolution of Microsoft’s Visual Basic (VB) implemented on the Microsoft .NET framework. Its introduction has been controversial, as significant changes were made that broke backward compatibility with older versions and caused a rift within the [...]

Continue reading...

Tagged with: [ , ]