Programming

CheckBox Control with MySQL

Submitted by admin on
Another source code on how to populate a CheckBox control with data, this time by using MySQL. In order to run this program you need to install the database included in the TreeView Control with MySQL. This program needs the Products table from the Northwind database which I ported to MySQL. Again the purpose of this code is to show you how to easily populate checkbox control with data. For more

ComboBox Control with MySQL

Submitted by admin on
This program will use the database from the previous source code called DataGridView Control with MySQL. You can use this program without downloading the previous source code by importing the SQL file to the northwind database. If you like you can use different name for the database. Just make sure to change the connection string to the name you choose. I just modified the source code from our

TreeView Control with MySQL

Submitted by admin on
While I was trying to convert TreeView Control to work with MySQL I encounter an error with concurrent connection using DataReader. The error message was “ There is already an open DataReader associated with this Connection which must be closed first”. Even the Microsoft KB does not help in solving this problem. The workaround on this problem is to create another connection to avoid this error

Text to Speech

Submitted by admin on
This is a text to speech program which I use whenever I read an e-Book. Instead of reading an e-Book or any word from your computer you can just copy the text to the clipboard and click the play button and listen to the audio. The program is very accessible because it resides at the top of the screen and you can even move it to any location on your desktop. Before you can run and use this program

DataGridView Control with MySQL

Submitted by admin on
I received a lot of email if I can make a tutorial on how to connect VB.NET with MySQL. So here it is. I am planning to continue this tutorial that is similar on my previous article on Database Programming Made Easy. The only difference with the previous one is that I will be using MySQL instead of MS Access and MS SQL Server. This tutorial will teach you how to connect Visual Basic .NET 2008 to

Math Quiz Version 1.0

Submitted by jakerpomperada on
Hi there it has been a long time since I have submitted my work in sourcecodester.com my apology to our visitor in this site because of my very hectic schedule in my work. Anyway this is my new code that I have developed using Bloodshed Dev C++ it is a open source C++ compiler that you can download and use over the Intenet.

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.