Visual Basic .NET

Loan EMI Calulator

Submitted by sirajahmed0303 on
A simple loan EMI calculator. This is one of the simplest program written using VB.net language. You can calculate the monthly EMI's by providing the details of your loan. Source code is free to re-use in your applications. This is complete source code hence you can open this project in visual studio 2010 and above.

LifeBank Lending System

Submitted by joken on
The LifeBank Lending system was developed using a Visual basic 2008 and Microsoft access 2007 for database support. This system is able to accommodate the new borrower and stored their Information, Income Assessment and Requirements as well as their loan Information. The system also has the feature for approval and releasing of loan request. The system can record and accept payment from a specific

KEVINCOMPUTER Inventory by VB 2012

Submitted by Som Vang on
My perfect project in whole Bachelor degree (2009 - 2014) !!! ICT in Laos. This software is used for selling in ICT material or Computer shop, so we can use to manage our computer to be easier such as collect data from Ordering, buying, selling include report and print as hard copy. This is a perfect software for those who want to develop like this topic, but the small problem is that the software

Alarm Clock with Sound Message in VB.NET

Submitted by donbermoy on
In this tutorial, we will make a program that has an alarm clock function with sound message using vb.net. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2. Next, add two Timers named Timer2 for displaying the current time and Timer1 for displaying the time to be alarmed.

Extension File Converter in VB.NET

Submitted by donbermoy on
This tutorial provides to make a program that can convert a file into any any file that is changing the extension filename of this file using vb.net. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2.

Load and Display Contents of RTF File in a RichTextBox in VB.NET

Submitted by donbermoy on
This tutorial will provide to make a program that will load and display the contents of an RTF File in a RichTextBox using VB.NET. RTF means Rich Text Format and is a text file format used by Microsoft products. RTF files support text style formatting, as well as images within the text. Now, let's start this tutorial! 1.