How to Validate Double Value in VB.Net

How to Validate Double Value in VB.Net

This tutorial is all about How to Validate Double Value in VB.Net. With this tutorial you can Validate Double Value in VB.Net easily. So let’s get started: Output:   If you have …

Read more

How to Reorder List in Listbox using VB.Net

How to Reorder List In Listbox Using VB.Net

This tutorial is all about How to Reorder List in Listbox using VB.Net. With this tutorial you can Reorder List in Listbox using VB.Net easily. So let’s get started: Output: If you have …

Read more

How to Capture Full Screen using VB.Net

How to Capture Full Screen Using VB.Net

This tutorial is all about How to Capture Full Screen using VB.Net. In this tutorial you will be able to Capture Full Screen using VB.Net So lets get Started: Output: If you …

Read more

Logical and Conditional Operators in VB.Net

Logical and Conditional Operators in VB.Net

This Tutorial is all about Logical and Conditional Operators in VB.Net. In this tutorial you will learn about Logical and Conditional Operators in VB.Net. So lets get Started: This lesson …

Read more

Progress Bar in WebBrowser Using VB.Net

Progress Bar in WebBrowser Using VB.Net

This tutorial is all about Progress Bar in WebBrowser Using VB.Net. In this tutorial you will learn about Progress Bar in WebBrowser Using VB.Net. So let’s get started: This tutorial is a continuation …

Read more

How to Get Screen Resolution in VB.Net

How to Get Screen Resolution in VB.Net

This Tutorial is all about How to Get Screen Resolution in VB.Net. In this tutorial you will be able to learn Get Screen Resolution in VB.Net. So lets get Started: …

Read more

Sales Management System using VB.Net With Source Code

Sales Management System Using VB.Net With Source Code

In this article, we will hand you the Sales Management System in VB.NET along with free source code. What is a Sales Management System The Sales Management System is intended …

Read more

Searching Columns Value in MS Access Using VB.Net

Searching Columns Value In MS Access Using VB.Net

This tutorial is all about Searching Columns Value in MS Access Using VB.Net. In this post i will teach you on Searching Columns Value in MS Access Using VB.Net. So let’s …

Read more

AutoCompleteCustomSource Property Textbox in VB.Net

AutoCompleteCustomSource Property TextBox in VB.Net

AutoCompleteCustomSource Property Textbox in VB.Net AutoCompleteCustomSource Property Textbox in VB.Net. In this tutorial, you will learn how to use the AutoCompleteCustomSource Property Textbox in VB.Net. AutoCompleteCustomSource Property is a collection …

Read more

How to use DISTINCT Keyword in mySQL using VB.Net

How to Use DISTINCT Keyword in MySQL Using VB.Net

How to use DISTINCT Keyword in mySQL using VB.Net How to use DISTINCT Keyword in mySQL using VB.Net. In this tutorial, you will learn how to use the DISTINCT keyword …

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.