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.

How to Get the X/Y Point of a Textbox Using For Each Loop

Submitted by janobe on
In this tutorial I will teach you how to get X/Y Point of a Textbox Using For Each Loop in Visual Basic 2008. With this you can easily get the location of a specific Textbox. I used the Foreach Loop so that you don’t have to specify what is the name of your Textbox. All you have to do, is to get the type of it. Let’s begin. Open Visual Basic 2008, create a new Windows Application, drag the Textbox and Button you needed.

SCA Online Grading and Student Information System

Submitted by joken on
This Saint Columban’s Academy Online Grading and Student Information System is a complete system created using PHP/MySQL and Twitter Bootstrap Framework. The system has a Listing and data entry for Student, Subject, Grade Level, Faculty, Department and Rooms. And the administrators or Registrar can assign subject to a specific instructor. And each instructor can also add Grades to each student per

Fibonacci Sequence in All Loops using VB6

Submitted by donbermoy on
We all know that Fibonacci Sequence are set of whole numbers that starts with one or zero that each number is the sum of the two preceding numbers. In this tutorial, we will create a program that can compute the fibonacci sequence of an inputted number in all kinds of looping in vb6.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.

CHUMZ Construction Supply Delivery System

Submitted by donbermoy on
This CHUMZ Construction Supply Delivery System was my student's work as their project in their final defense in Computer Programming 2 since I handled this Java Subject. This project was programmed using Java GUI as frontend and MS Access 2003 as backend. This system features customer registration and information, product information such as sand, gravel, cements, hollow blocks, and rocks, user

File Comparison Tool in Visual Basic

Submitted by Yorkiebar on
Introduction: This tutorial is on how to create a file comparison tool in Visual Basic. Pseudo: First the user selects file #1. Then file #2. Stats are accumulated for each file. Stats are drawn on to the form. Design: For the form, we are simply going to use two listboxes (listbox1 and listbox2) to hold the stats and 'button1' with the text of 'Begin' to start the comparison process. File Selection: So now we create an OpenFileDialog to allow the user to select a file.

Data entry and Autocomplete with Multiple Columns

Submitted by janobe on
In this tutorial I will show you how to save and autocomplete a textbox with multiple columns in Visual Basic 2008 and MS Access Database. As I expand my knowledge about autocomplete I discovered that you can put multiple columns/fields on it. So, it depends on you or your query, on how many columns/fields you want to exist. Let's begin: 1.Open Visual Basic 2008, create a project and do the Form just like this.

How to Export MySQL Data in CSV/Excel File using PHP/MySQL

Submitted by joken on
This tutorial is a continuation of our last topic called “How to Import CSV/Excel File into MySQL Database using PHP”. But this time, we will be focusing on how to Export MySQL Data into Excel file. To do this application open our last project called “excel”. At this time, we will modify the index file. To do this, open the “index.php” and add the following code above the table tag.