About 35,100 results
Open links in new tab
  1. Visual Basic is a versatile programming language used for creating a variety of applications. Below are some examples to help you get started.

    1. Hello World Program

    This is the simplest program to print "Hello World" in Visual Basic.

    Module Module1
    Sub Main()
    Console.WriteLine("Hello World")
    Console.ReadLine()
    End Sub
    End Module
    Copied!

    Output: Hello World

    2. Concatenating Strings

    You can concatenate strings using the + or & operator.

    Module Module1
    Sub Main()
    Dim str1, str2, str3 As String
    str1 = "Visual"
    str2 = "Basic"
    str3 = "Program"
    Console.WriteLine(str1 & " " & str2 & " " & str3)
    Console.ReadLine()
    End Sub
    End Module
    Copied!

    Output: Visual Basic Program

    3. Celsius to Fahrenheit Converter

    This program converts a temperature from Celsius to Fahrenheit.

    Private Sub Command1_Click()
    Dim c, f As Integer
    c = Text1.Text ' Input Celsius value
    f = 9 * c / 5 + 32 ' Conversion formula
    Text2.Text = f ' Output Fahrenheit value
    End Sub
    Copied!

    Usage: Input a Celsius value in Text1, and the Fahrenheit equivalent will appear in Text2.

    Feedback
    • Amazon.nl
      www.amazon.nl › :Boeken › Shop
      About our ads

      Producten voor een lage prijs | Bestsellers in Boeken

      SponsoredProfiteer van aanbiedingen van soortgelijke items in boeken op Amazon. Ontdek miljoenen producten. Lees reviews en vind bestsellers
      Site visitors: Over 100K in the past month

      Grote Korting · Eenvoudig Winkelen · Breed Aanbod · Meerdere Formaten

  2. Free Visual Basic Projects with Source Code | SourceCodester

    Aug 6, 2022 · College Attendance System (CAS) in VB.Net with Full Source Code Free Download This College Attendance System in VB.Net is a software-based application project that is …

  3. People also ask
  4. List of VB.Net Projects with Source Code Free Download

    • Reviews: 7
    • Total Time: 5 mins
      1. Payroll System. This system can be used by those company that wants to automate their …
      2. Barangay Information System. This Barangay Information Management System Project is …
      3. Send SMS Messages using Modem. This Send SMS Messages using Modem will be a big …
      4. Loan assessment management system. This is a Windows-based application that was …
      5. Backup Restore MS Access Database. This Backup Restore MS Access Database, I assumed …
  5. Visual Basic Projects Ideas for All Levels - The …

    Jan 9, 2026 · Visual Basic Projects provide many opportunities for developing skills and exploring creative ideas, from simple applications to …

  6. 20+ of the Most Interesting Projects Source Code in VB [2026]

    Visual Studio provides features like IntelliSense, code navigation, and version control integration for enhanced development. Remember that steps can vary based on the project type and tools …

  7. Top 90 Visual Basic Project Ideas - iNetTutor.com

    Jul 28, 2022 · These project ideas can help beginners learn the basics of coding in Visual Basic, and can be used as a foundation for more complex …

  8. Learn about projects and solutions using Visual Basic

    Nov 11, 2025 · Create a new project and a solution to organize and contain your code projects in Visual Studio as a Visual Basic developer.

  9. A Collection of Visual Basic.NET Projects - GitHub

    Sep 1, 2025 · A Collection of Visual Basic.NET Projects. Contribute to Abhijith14/VB.NET-PROJECTS development by creating an account on …

  10. Visual Basic Sample Code | Comprehensive VB6

    Comprehensive collection of Visual Basic sample code for VB6 and VB.NET developers. Learn through practical examples, tutorials, and projects.

  11. Visual Basic Projects - Download Project Source …

    Here students can download latest and new projects on visual basic 6.0 projects with ms access database. These projects are very helpful and …