Drag/Drop and Copy Control in Visual Basic 2008

Submitted by janobe on
In this tutorial I will teach you how to create Drag/Drop and Copy Control using Visual Basic 2008. With this, you can drag and drop the picture that’s inside the Picture box and you can also copy it to another Picture Box by pressing the Ctrl key control. Let's begin: Open Visual Basic 2008, create a new Windows Application and drag the two PictureBoxes in the Form.

Date Calculator in Visual Basic 2008

Submitted by janobe on
Today I’m going to show you how to create a simple Date Calculator in Visual Basic 2008.With this, it will help you know the dates before and after the present date. For instance, you want to jump into seven days after the present date, the date calculator will automatically calculate it. And you don’t have to count the days anymore. So lets begin: Open Visual Basic 2008, create a new Windows Application and do the Form just like this.

ATM System (Java GUI)

Submitted by donbermoy on
This ATM System was my student's work for Computer Programming 2 defense as their final requirements for this Java GUI Programming Subject. This ATM System was programmed through Java GUI and MS Access 2003 as database. This system features: - Login Verification - Account Registration - Balance Inquiry - Transfer Amount to other accounts - Deposit - Withdraw Account Information: username: admin

Search a String in A TextBox and Highlight in VB6

Submitted by donbermoy on
This tutorial provides to create a program that has the capability of finding a string in a textbox and highlight it using Visual Basic 6.0. Now, let's start this tutorial! 1. Let's start this tutorial by following the following steps in Microsoft Visual Basic 6.0: Open Microsoft Visual Basic 6.0, click Choose Standard EXE, and click Open. 2. Next, add only one Button named Command1 and labeled it as "Find a String". Add also one TextBox named TextBox1 for inputting any text on it.

MAJ Microfinance Corporation Loan Collection System

Submitted by donbermoy on
MAJ Microfinance Corporation Loan Collection System is a complete loan collection system that was developed through Visual Basic 6.0 and MS Access 2003 Database. This system was one of the thesis I made for a particular school. This system features: - Client/Borrower Registration - New Member and Old Member Loan Application - Monthly Loan Payment - List of Payments - Interest Settings for

Simple Code for Login using PHP/MySQL

Submitted by GeePee on

A small project created for beginners using PHP/MySQL. This is my first project in PHP and I hope you can learn from this. This project allows you to add your personal information to be used in login. It also allows you to edit and delete the information you inserted. I've learned a lot from this project but I'm still continuing to explore more about PHP.

Rolling Numbers Game in Visual Basic 2008

Submitted by janobe on
This time I will teach you how to create Rolling Numbers Game in Visual Basic 2008. In these features the numbers are rolled randomly and it has a Progress Bar that serves as a timer. Let's begin: Open the Visual Basic 2008, create a Windows Application and do the Form just like this. first form Double click the Timer and do the following code. The event is, everytime the timer ticks, the numbers in the Textbox will randomly roll.

Advance Login Form

Submitted by Arsen.Alindayu on
This Login Form With Logs File Filter The 3 Type of User Admin Staff Guest Can log this information Date & Time Now Computer Name Host Name Ip Address Username Encrypted Password Type (Login & Logout) but logout are not available Registration Username/ Encrypted Password User type admin-- Username : admin password : admin staff-- Username : staff password : staff guest -- Username : guest password

How to Create an Advance Record Navigation in C#

Submitted by joken on
This tutorial is a continuation of our last topic called “How to Create a Simple Record Navigation in C#”. But at this moment, we will modify our code and add more additional control such as First Record, Last Record and No of Record. And this look like as shown below. d1 To start building with this application, let’s open first our last project called “student_info”. Then add Buttons and Label.