|
FoxPro - Cashiering System

Sample Cashiering System...
for any comments, suggestions or requests..
happy codings......!
download
...

FoxPro - Student Infomation System using Visual FoxPro 6.0

This is my first program in Fox Pro. Actually, i already upload visual basic version
of this program. This Information System is for the begginers only.
Features: Add Record, Update Record, Search Record and Delete Record.
download
...

FoxPro - POS and Inventory System

This is a pos and inventory system in visual foxpro using postgresql as database....
I guess this combination is something unusual....(^ ^,)
If you want to try this system: please use 8.3 or higher version of postgresql...
download
...

Camera Capture in 7 lines of code using Emgu CV
This tutorial are for those who had a background in Emgu CV and for those who are new in EmguCV visit this link:
http://www.emgu.com/wiki/index.php/Download_And_Installation
This tutorial talks about on how to use your webcam in your pc using
EmguCV with C# as your code. So first create a project then name it
whatever you want then after that add the following references in your
project Emgu.CV.dll,Emgu.CV.UI.dll, and Emgu.Util....
