visual basic

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.

Simple Payroll System

Submitted by donbermoy on
This is a simple payroll system for beginners. This system was programmed by my co-professor using Visual Basic 6.0 as frontend and SQL Server 2000 as backend. Features of the system: -login/logout -Employee Information -Emplyee List -Deductions: SSS, Tax, Others -Salary -Generate Payslip -Reports Account Information: username: admin password: admin Database name: Payroll For more inquiries and

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.

Client-Server Based Payroll System using VB.NET Console/MSSQL

Submitted by donbermoy on
This is a Payroll System that is created using VB.NET Console as frontend and MSSQL Server 2000 as backend. This is a client-server based payroll System. Server Features: Login with only 3 attempts Working Days Employee Information Generate Employee Username and Password Employee Date/Time Record Deductions Leave Permission Leave Absences Payroll Generate Payslip User Accounts Client Features

Chat Application

Submitted by donbermoy on
This is a chat application program created by my co-professor using Visual Basic 6.0 and Winsock component. This features: Client-server network Chatname IP Address COM Port Sending Messages Download the source code and enjoy! :D Best Regards, Engr. Lyndon Bermoy IT Instructor/System Developer/Android Developer/Freelance Programmer If you have some queries, feel free to contact the number or e

Patient Information and Billing System

Submitted by donbermoy on
Hi! I want to share this system entitled Patient Information and Billing System created using VB.NET as frontend and SQL Server 2000 as backend. This system features: Patient Information Doctor Information Ward Information Patient Admission Billing System X-Ray Transaction User Accounts Administrator Account Information: username: admin password: admin Enjoy! :D Best Regards, Engr. Lyndon Bermoy

Display Directory Structure using TreeView in VB.NET

Submitted by donbermoy on
Today in VB.NET, i will teach you on how to create a program that loads and displays the directory structure of C using the TreeView control in VB.NET. So, now let's start this tutorial! 1. Let's start with creating a Windows Form Application in Visual Basic 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 only one TreeView1 named TreeView11 to display the contents of C directory structure.

Record and Play Audio in VB.NET

Submitted by donbermoy on
Today in VB.NET, i will teach you how to create a program that records and plays audio (microphone) 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 three buttons named Button1 as record button for recording audio, Button2 as save and stop button, and Button3 for playing the recorded audio.

Hotel Directory, Query, and Destination Information System

Submitted by donbermoy on
This is a system for Hotel Tavern Surigao as one of our clients. This is named Hotel Directory, Query, and Destination Information System that has been programmed through Visual Basic 6.0 and SQL Server 2000 as backend. This system is different from a hotel reservation system because this system is designed for queries, directories, and destination of guests. This system features: Guest