Student Guidance System Thesis

Submitted by admin on
The purpose of this program is to record the complaints and or problem of a student in guidance office. This will keep track the past record of a certain students by using this program. To eliminate a paper work, retrieve the record easily, and create a report. I created this program last February 2004 to help the students in making their thesis.

Object Oriented Programming Guide Using C++

Submitted by jakerpomperada on
About this code this is my first time to upload a code in C++ that demonstrate how to use OOP paradigm. I think this code is very benefical for beginning programers that are new in Object Oriented Programming in C++. If you think my code is useful you can send me an email at [email protected]. People here in the Philippines who wish to contact can reach me at my mobile phone number

Automated Tutorial Thesis

Submitted by admin on
I created this program on February 2003 for college students in their thesis requirements. They called this as Automated Tutorial in C++. In order to run this program you need to register two components first, namely: AMOVIE.OCX MetalCBProj.ocx Another is Direct Text-to-Speech. I don’t think this will run on Windows Vista due to the compatibility issue with amovie.ocx file.

Dictionary

Submitted by reckless on
This is a dictionay program using vb and msaccess, I would like to make more user friendly like oxford dictionary thing where the word list can be view on one side and its explanation on the other side. If you people have any idea for its modification kindly share.

Good News to College Students

Submitted by admin on
I have a good news to all college students who needs a free source code in support for their thesis requirements. I know how hard for a student to create a program they are not familiar with. The following are the list of computer program I created for paid services two to three years ago. Automated Tutorial in C++ Educational Computer Game Thesis Student Guidance System All of these are made in

How to Bind Data to the Windows Forms DataGridView Control

Submitted by admin on
[inline:DataGridView Control.jpg=How to Bind Data to the Windows Forms Datagridview Control] The DataGridView control provides a customizable table for displaying data. The DataGridView class allows customization of cells, rows, columns, and borders through the use of properties such as DefaultCellStyle, ColumnHeadersDefaultCellStyle, CellBorderStyle, and GridColor. (Source: MSDN)