Hospital Management System (Ali Xihuny & Aishath Areesha) - 2K14

Submitted by Xihuny on
This is a simple Hospital Management System created for our final year project. I have used Visual Studio 2010 Ultimate, MS Access 2013, Telerik UI for Winforms 2014 to create this system. So, make sure you have all the required software before opening the VB file. Note: Telerik UI for Winforms is a must You can download it from here: Telerik UI for Winforms

Unhide files and folder from flash drive

Submitted by matiullahkhalliqie on
This small program unhide files and folders from flash drive or any drive on your PC. Sometime when we attach our flash drive with our College computer, our flash drive are infected by virus which hides our original files and folders on our Flash Drive. Using cmd attrib command this small Program will unhide our hidden files and folders.

How to Login User Accounts from Microsoft Access Database using C#

Submitted by joken on
This tutorial is a continuation of our last topic called “Searching a Record From Database using C#”. But this time,we will be focusing on how to create an application that will allow the user to create a login system where the user accounts stored in the database.And now we will be using the Microsoft database we created from our last tutorial and we’re going to create a new project called “userlogin”.

How to Write an Entry to the Application Event Logs in Visual Basic 2008

Submitted by janobe on
In this tutorial, I will teach you how to Write an Entry to the Application Event Logs by using Visual Basic 2008. Logs are very important because it will track every event that are happening in your application. So, let’s begin: 1. Open Visual Basic 2008. 2. Create a new Windows Application. 3. Make the Form just like this. First Form Event Logs Now, go to the code view. Create a variable that will set the entry type of the event log.

How to Insert a Text in a Specified Position of JTextArea Component in Java GU

Submitted by donbermoy on
This is a continuation of my other tutorials entitled JTextArea Component in Java GUI and Set Font and Color to Text of JTextArea Component in Java GUI. But in this tutorial, i will teach you how to insert a text in a specified position of JTextArea component using Java GUI. 1.

Math Functions in VB.NET

Submitted by donbermoy on
Today, I will teach you how to create a program that has math functions in Visual Basic.NET. Here you will learn about Abs, Log, Round, Sin, Cos, and Tan Function. 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 textboxes named txtNum for your inputted number and txtOut for the output.

Sales and Inventory System for Palma Store

Submitted by donbermoy on
This is one of my works before entitled Sales and Inventory System for Palma Store. This is one of the thesis/capstone projects that I have made using Visual Basic 6.0 and SQL Server 2000 as backend/database that I made for a particular school. This system is for a food store establishment. Features of the System: Transaction Sales Adjust Items Return Items Purchase Order Inventory Incoming Items

Lotto Wizard

Submitted by moses vb on
Lotto Wizard is a simple but advanced program which helps to forecast possible lotto winning numbers. It uses randomization / random class to generate the possible winning numbers. You only need to click a button and after 5 second, it will display the numbers. When you click the button, you will see it surffing or mixing the numbners. You are free to use or modify it to meet your needs.