Visual Basic

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.

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.

Open Cash Drawer(POS)

Submitted by emond on
Sample Script how to open a electronic Cash Drawer without any dll. Just connect through Epson TM series Receipt Printer. Great for developing Point of Sale. Hope ypu like it. For custom Softwares/ design Projects for Engineering Students Mobile +639155338048 Blog Site http://freeprogrammingtricks.blogspot.com//a> Facebook Fan Page http://www.facebook.com/emondsoft/ Skype

Sending SMS using AT Commands via GSM Modem/GSM Phone (receiving SMS-updated)

Submitted by emond on
THE FULL SEND AND RECEIVED SMS SERVER with complete Source Codes for developers are available to purchase. .NET version is also available http://www.sourcecodester.com/visual-basic-net/net-version-sending-sms-using-commands-gsm-modemgsm-phone.html Feel free to contact me at the addresses and links below: Demo: This a sample how to send SMS using AT Commands like in Hyper Terminal via GSM Modem or

Sending Data via parallel port using INPOUT32.dll

Submitted by emond on
Sample how to send data to LPT or printer port using INPOUT32.dll from Lakeview Research.. .NET version http://www.sourcecodester.com/visual-basic-net/3861/inpout32dll-under-net-sending-data-parallel-port.html be sure you write the correct data coz this may cause to crash ur pc... Hope u like it.. Questions and Request , Design Project ? Mobile +639399393702 +639155338048 Blog Site http://www

Simple remote MySQL database in VB Application

Submitted by emond on
a simple database app that can be used to manipulate your website's MYSQL database, applicable in administrating your web databse from your Windows based PC .Connection is via MySQL ODBC 3.51 Driver. CAn perform CRUD and it shows how to connect and query records in a remote server (for this sample i used www.freesql.org) using ADOdb control and datagrid to show data from remote server.. I'll Post