Browsing Visual Basic 6
Cyber Cafe Billing Calculation Program
It can be used in Cyber Cafe for billing calculation.
Game Programming in Visual Basic - Lesson Two
This article is lesson two in my mini-series of "Game Programming in Visual Basic".
Access_TO_XML
Using this Program one can browse for Access Database through Network or local computer, pick a table you want to make an XML file from, and finally push a button to create a file in XML format.
PcmRiffADSR
PcmRiffADSR (upgraded PcmRiff project with ADSR envelope capabilities) generates and mixes Sine Wave based data to produce a standard Type 1 Riff File (.
[ [ A Perl/CGI code Editor with syntax checking
http client comparison
This code shows how to perform an http GET or POST from your VB program using 6 different methods: xmlhttp (msxml), WinInet (dll), WinInet (ocx), WebBrowser control, AspHttp, AspTear.
Simple (but full) Webserver III
This is a simple webserver I made just to demonstrate how a webserver sends and recieves information from the client.