Poll.exe

Poll.exe is a WinCGI script that allows you to have a “voting station” on your web page.It is very simple and usees a module called CGI32.BAS ( from www.ora.com). THis code shows how easy it is to create CGI using VB. Original Author: Krishna Rath Inputs You should have little knowledge of servers. Place the poll.html in your server… Read More »

CAD IN VB!

Cad in vb! Demonstrates Arrays and basic i/o features.If you like the code, VOTE FOR IT! Original Author: Jeff Katz Assumptions Attachments File Uploaded Size CODE_UPLOAD252712241999.zip 9/3/2020 3:45:00 PM 3058

Create A Database Application-V1-SQL

Last code of mine was about quering tables and i used a little bit SQLIn this small code i will try to explain SQLText string. How is it created and working?This series will continue under this name!Lets Create Database Applications-V? Original Author: smozgur Attachments File Uploaded Size CODE_UPLOAD252412241999.zip 9/3/2020 3:45:00 PM 13753

Compare Identical Database Tables

Contains One Class clsCompareDB and a Demo project.Purpose: To compare two MS Access tables in different databases.The code alse demonstrates: ADO Technique to retrieve the Table names from an MS Access Database using the Connection Object OpenSchema Method. ADO Techniques for using a recordset to retrieve Column Name, DataType and Size.This class came as a result of MS… Read More »

Add Splitter Bars to your app *Revised*

Add vertical and horizontal splitter bars to your application. Thiscode creates a form with three panes, and two splitter bars. I originallyfound the code in Planet Source Code last year, but found a couple ofbugs, so I rebuilt it from scratch, and added the horizontal splitter.There are no DLL’s or references to worry about, very easy to use.… Read More »

Check Connect

The easiest way ever to check if you’re connected to the internet or not. This code is really simple but will help newbies and I have seen alot of very bloated code which doesn’t really work too good. Flames will be laughed at as I have already admitted this code is simple. Original Author: Spyda Attachments File Uploaded Size… Read More »

Tconsole II, Now with ROOT access Via Telnet.

Due to the requests for Directory Surfing to be added. Well here it is. The DOS Prompt Via Telnet. After given this some thought. I didn’t want to re-create DOS, BUT the Prompt that DOS does use is it’s directory structure. SO, here it is . DOS Mode Via Telnet. Supports the basic commands ( dir ) for… Read More »