Visual Basic .NET

Interest Solver

Submitted by sminuwa on
Hello guys once again, here is another program. I create this software within 8hours the software. The software is based on simple calculation, compound, inflation, and depreciation. But because I divided it into versions this one is only use for calculate simple and compound interest. In sha Allah I'll try to share it with you. I hope you'll appreciate it. For more......contact @ Fformulator

PHCN Billing System

Submitted by sminuwa on
Hello guy, this application seems to be helpful to those that need to learn how to delete, insert, select, update data in the database and crystal report as well. I found it expedient for me to share it with you so that you may have I deas when you go into it. I hope you will appreciate it Customer Login:Username: customer_firstname Customer Login:password: customer_regno Admin Login: contact me @

Power Holding Company of Nigeria (PHCN) Billing System

Submitted by Formulators on
Hello guys, I created this software for my sister as her final semister project. The software is able to do many thing especially with things related to database and crystal report. I hope it will be useful to you. Adnin login: contact me @ [email protected] Or calls @ +23408135067070 Facebook.com/sunusi.mohammad.59

Splash Screen Pro

Submitted by AnassDev on
This project explain how to use splash screen to get professional work. A Splash Screen is a customizable screen that will appear for a few seconds as your application loads up. but in this project the time for splash screen will be customizable. It is a very professional feature to have in your application. MS visual studio 2012 used.

Fix N Mix Payroll System

Submitted by janobe on
This Payroll System is the project of the third year bachelor of Science in Information Technology students of Kabankalan Catholic College for their Software Engineering subject. It is made up of Visual Basic 2008 and MySQL for their database. It also generates reports using the Crystal Reports. This system contains the following features: Log In and Log Out. Payroll (adding, listing and searching

Get All Files under a Directory in VB.NET

Submitted by donbermoy on
Today in VB.NET, I will teach you how to create a program that gets all files under its corresponding directory not all the folders that are inside on it. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application in C# for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2.

Creating Threads in VB.NET

Submitted by donbermoy on
Today in VB.NET, I will teach you how to create threads. We all know that a thread is a basic processing unit in our computer to which an operating system allocates processor time, and more than one thread can be executing code inside a process. Thus, threads have priority. It is just like a racing program. Now, let's start this tutorial! 1.

Notification/System Tray Application

Submitted by Spectromage on
This is a simple notification/system tray application in vb.net 2010. All code is minimal needed, I have seen many examples that are more complicated then it needs to be. Form Load: Me.Close() Form closing: e.Cancel = True Me.WindowState = System.Windows.Forms.FormWindowState.Minimized Me.ShowInTaskbar = False Context menu Exit: End Cotext menu Show: Me.WindowState = System.Windows.Forms

How to Write Data to a Text File using BinaryWriter in VB.NET

Submitted by donbermoy on
Today in VB.NET, I will teach you how to create a program that will write data to a textfile using BinaryWriter. I already made this kind of tutorial but it has created using StreamWriter. See here: 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.