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...

Hubungan VB 2008 dengan Visual Basic klasik

This item was filled under [ Programming, Visual Basic ]

Apakah Visual Basic .NET dianggap sebagai sebuah versi Visual Basic atau benar-benar bahasa yang berbeda merupakan sebuah topik perdebatan yang hangat. Hal ini dikarenakan sintaksis bahasa Visual Basic .NET tidak mengalami perubahan yang sangat drastis, dan hanya menambahkan beberapa dukungan fitur baru seperti penanganan eksepsi secara terstruktur dan ekspresi yang bisa di-short-circuit-kan. Dua perubahan tipe [...]

Continue reading...

Tagged with: [ , ]

Visual Studio 2008

This item was filled under [ Programming, Visual Basic ]

Microsoft telah mengeluarkan versi terbaru Visual Studio (VS) pada 19 November 2007 silam. VS 2008 ini merupakan hasil dari evolusi VB .Net & VB .Net 2005. Pada VS 2008 ini fitur dan fasilitasnya lebih memudahkan User dalam membuat suatu program, tentunya lebuh canggih dari sebelumnya.
Didalam Visual Studio 2008 ini terdapat Developer Tool Visual Basic [...]

Continue reading...

Tagged with: [ , , ]

Instalasi Visual Studio 2005

This item was filled under [ Programming, Visual Basic ]

Instalasi Visual Studio 2005 mudah, tetapi membutuhkan waktu yang agak lama pada proses instalasinya, tergantung pada kemampuan Memory(RAM) dan Processor.
Langkah – Langkah.

Masukkan CD / DVD Visual Studio 2005 Professional.
Tampilan Awal Proses Instalasi.- Pilih / Klik Install Visual Studio 2005 Tampilan [...]

Continue reading...

Tagged with: [ , ]

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: [ , ]