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.

Age Identifier with Zodiac Sign

Submitted by janobe on
Today, I will teach you how to create an age identifier with a zodiac sign included in Visual Basic 2008. I made this for you to be able to identify what is your age with its corresponding zodiac sign. You don’t have to calculate anymore what will be your age in the future and you don’t need to search in the internet what is your zodiac sign if you don’t have any idea what is it.

How to Load Data From Database in a Combobox using C#

Submitted by joken on
This tutorial is a continuation of our last topic called “How to Create a Simple Record Navigation in C#”. At this time, I’m going to show you how to load data from Microsoft Access Database into a Combobox using C#. To start with this application, we need to open our project called “student_info” then we will apply the loading of data From Database in a combobox. To do this, change the input field of “Course :” from textbox to combobox.

Android SCRUD (Search,Create,Update,Delete) using ONLINE MYSQL Database

Submitted by hob2006 on
The beauty of this simple little program is not in its novelty value, but that it can be added to any other program to add functionality and make a point of difference. This is my updated demo program on how to SCRUD (Search, Add, Edit, and Delete) using ONLINE MYSQL database. Create your own free online mysql database (http://www.freemysqlhosting.net/). There is no webservices/php file created for this demo apps.