Category Archives: Visual Basic 6 (VB6)

The Ultimate Scrolling Text Marquee Control !!!!

This is a complete drop in ActiveX control for the sole purpose of providing a simple way for you to scroll text “marquee” style. This control will allow you to scroll both vertical and horizontal, adjust the scroll rate, the number of times it repeats, load the text to scroll from a file, or build it dynamically. It… Read More »

HTTP Client – pure WinSock

Allow retrieve HTML page sources anywhere from web, directly or via proxy server, can access virtual domains. Pure winsock, no any other components used! Wanna know web transactions in deep? Original Author: Tair Abdurman Assumptions ‘based on HTTP 1.0 – RFC 1945‘see http://www.tair.freeservers.com for more info, details and downloads! Code ‘based on HTTP 1.0 – RFC 1945’see http://www.tair.freeservers.com for… Read More »

Brute force password Hacker

Crack or hack any zip.exe’s or .zip .doc ,exe any login screens using brute force. Just try it!!. Original Author: saghir Attachments File Uploaded Size CODE_UPLOAD36482272000.zip 9/3/2020 3:45:00 PM 12600

Encryption 1

This code is designed to show you how to encrypt any file you want, and keep it secret from 99% of the world’s population. It’s not 100% fool proof, but it is a powerful encryption. I’m now working on a version that will be stronger. If you’re a hacker, or a code craker, let me know how it… Read More »

Direct Proxy Daemon Version 1.0

This is almost like my Remote Proxy Daemon Programs except that this type of Proxy Daemon, apon connection to it, itll automaticly connect you to the specifyed Remote address and port Set By the Administrator running the program.Maybe Useful as a simple fast routing system for SMTP, POP, NNTP, IMAP, and HTTP protocols. Great Code for people not… 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

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 »

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 »

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

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 »