How to Get Total Value in DataGridview Using VB.Net

How to Get Total Value in DataGridView Using VB.Net

This tutorial is all about How to Get Total Value in DataGridview Using VB.Net. In this post i will teach you How to Get Total Value in DataGridview Using VB.Net. What is …

Read more

How to Add Watermark to a Picture using VB.Net

How to Add Watermark to a Picture Using VB.Net

This tutorial is all about How to add watermark to a picture using vb.net. Watermark is a faint design made in some paper during manufacture, which is visible when held …

Read more

How to Load Data from MySQL to ComboBox

How to Load Data From MySQL to ComboBox

How to Load Data from MySQL to ComboBox This tutorial will teach you how to Load MySQL Data Combobox Using VB.Net object in your form. Loading data to Textfield is different …

Read more

How to Delete Data using VB.Net and MySQL Database

How to Delete Data Using VB.Net and MySQL Database

In this tutorial “How to Delete Data using VB.Net and MySQL Database”, I will teach you on how you can delete a selected row of data from DatagridView. This feature …

Read more

How to Update Data Using VB.Net and MySQL Database

How to Update data Using VB.Net and MySQL Database

How to Update Data Using VB.Net and MySQL Database This tutorial about “How to Update Data Using VB.Net and MySQL Database”, Modifying of data is very important in all Program running …

Read more

How to Read Excel File in Visual Basic.Net

How to Read Excel File in Visual Basic.Net

How to Read an Excel file in Visual Basic.Net In this tutorial, I will teach you how to read an excel file in Visual basic.net (VB.Net). This tutorial can be …

Read more

Display Data in Datagridview In VB.Net with MS Access

Display Data In DataGridView in VB.Net with MS Access

Display Data in Datagridview using VB.Net with MS Access This tutorial is all about How to Display Data in Datagridview using VB.Net with MS Access, Displaying Data table records in …

Read more

Calculator Visual Basic Code using VB.net

Calculator Visual Basic Code Using VB.Net

Calculator Visual Basic Code using VB.net This tutorial will show you how to perform visual basic codes for calculator in VB.net using the four operations of Mathematics.  The following math …

Read more

SMS Sender Source Code using VB.Net

SMS Sender Source Code Using VB.Net

This system is SMS Sender Source Code using VB.Net. What is Visual Basic’s purpose? The third-generation programming language was created to aid developers in the creation of Windows applications. It has …

Read more

How to Load data from DatagridView to Textfield

How to Load Data From DataGridView to TextField

In this tutorial, I will teach you on how you can load DatagridView data based on the selected row of information and send or display it to your Textfield, Combox, and Label …

Read more

How to Export DataGridView to Excel In VB.Net

How to Export DataGridView to Excel in VB.Net

How to Export DataGridView to Excel In VB.Net This tutorial is all about how to Export DataGridView Data to Excel in VB.Net. In this tutorial, you will expect that I …

Read more

Frequently Asked Questions

Are these VB.NET projects free for capstone and thesis use?
Yes. All 250+ VB.NET projects on itsourcecode.com are free to download, modify, and submit as part of your BSIT capstone or thesis. No attribution required for academic use. We do recommend you modify the code substantially before submission, panels in 2026 actively check for known capstone codebases.
What Visual Studio version do I need?
Visual Studio Community 2022 (free) is the safest pick, opens projects from Visual Studio 2010 through 2019 with zero conversion friction. Most projects on this page target Visual Studio 2012, 2013, or 2015 originally; they upgrade automatically when you open them in VS 2022. Avoid Visual Studio 2008 and earlier, they cannot open newer .vbproj files. The .NET Framework requirement is usually 4.5-4.8.
MS Access vs MySQL vs SQL Server, which database should I use?
MS Access for fastest local demo, the .mdb or .accdb file ships with your project, no separate database server needed. Best for single-user capstones. MySQL or MariaDB if your school standardizes on it or your system needs multi-user access. SQL Server LocalDB is the modern Microsoft default and installs with Visual Studio. Pick what your school requires; do not switch databases mid-project.
VB.NET vs C#, which should I learn for my capstone?
VB.NET if your school's curriculum teaches it (most Philippine BSIT programs do). C# if you have a choice or want better long-term career relevance, Microsoft has shifted most new tooling and tutorials to C#. The two languages compile to the same .NET IL and use the same libraries; switching after capstone takes about 2 weeks. For 2026 capstones in the Philippines, VB.NET is still the safe default, panel familiarity matters.
How do I run a VB.NET project I downloaded?
(1) Extract the ZIP. (2) Double-click the .sln (Solution) file to open in Visual Studio. (3) If Visual Studio prompts to upgrade the project format, accept. (4) Right-click the project in Solution Explorer, choose Restore NuGet Packages. (5) If using a database, import the included .sql file into MySQL or attach the .mdb file. (6) Update the connection string in App.config or the data access class. (7) Press F5 to run.
Can I deploy a VB.NET Windows Forms project to the web?
No directly, Windows Forms is desktop-only. For web deployment you would need to rewrite as ASP.NET Web Forms (similar look) or ASP.NET Core MVC (modern stack). For BSIT defense, most panels accept desktop demos on the panel's laptop. If your panel requires web deployment, browse our ASP.NET Projects category instead.
Do the downloads include capstone documentation (Chapter 1 to 5)?
VB.NET source code packages typically include the working program, database file, and a README with setup steps. Capstone documentation (Chapters 1 Introduction, 2 RRL, 3 Methodology, 4 Results, 5 Recommendations) is NOT included, you write it yourself. For documentation templates and chapter-by-chapter guides, browse our Final Year Projects (FYP) hub. For UML diagrams in Chapter 3, see our UML Diagrams Library.
How often is this VB.NET projects list updated?
New VB.NET capstone projects are added regularly. Existing posts are revised when Visual Studio ships major versions or when MS Access connector behavior changes. This page was last refreshed in May 2026.