Downloader

This is an example on how to download text/HTML from the internet without using an external OCX such as Winsock. It demonstrates some new features built into VB5/6 on how to do this. Also is fully commented. Original Author: Brandon Benvie Inputs Text1.Text = Downloader1.DownloadText(“http:/www.theaddress.com/index.html”)All you need to do is input the address of the file you want to… Read More »

AOL Command 2.0

This is a great replica of the blue buttons in AOL (America Online). It has advanced mouse tracking and is drawn completely from scratch using API and built in VB procedures. The button is also small, being 64k when compiled. It supports images, fonts, different fore and backcolors for normal, mouseover, and mousedown. It is also fully commented… Read More »

Play TicTacToe over the Internet!

I’ve seen other entries on this simple little game but I didn’t see one that was playable over the internet using Microsoft’s Winsock control so I decided to make this complete Game that would let you play someone on the Internet. This Game includes a little Chat Room(with color from Microsoft’s RichText Control), a Score Keeper that will… Read More »

DataCombo Auto-Complete

THIS CODE IS NOT THE SAME AS THE AUTO_COMPLETE FEATURES FOR VB5 LISTBOXES AND COMBOBOXES. This code is a class-module that enables VB6 DataCombo controls to function like MS Access combo-boxes. It adds an auto complete feature whereby when the user begins to type text in the combo it automatically searches through the list and completes the entry… Read More »

Convert UNIX files to DOS files and vice versa

This code converts UNIX files to DOS files and DOS files to UNIX files Original Author: David Gabrielsen Inputs the text to be converted Assumptions This code has 2 Functions. One function that takes a DOS string as argument and returns a UNIX string, and one function that takes a UNIX string as argument and returns a DOS string.… Read More »

Gradient module and sample code

Yes! A module that creates gradients! This BAS file will seperate a color into red, green, and blue with one sub, then create a gradient in another. This BAS allows horizontal, vertical, or circular gradients to be created for your VB projects easily! It also has a quality feature, if your gradient is particularly large. This BAS can… Read More »

BEGINNER Backwards text.

Text comes out backwards AS you type it. Original Author: Demian Net Inputs Make a Text1 Assumptions Make a Text1 Side Effects If you use shift to make a capital letter it may be backspaced by accident. Code Private Sub Text1_Change()SendKeys “{left}”End Sub

Personal Webserver

This is the most advanced webserver on Planet Source Code! This is an update to the webserverprogrammed by Pat (and updated by Joox). It now supports CGI scripts! The ability of banning certain unwanted visitors! The ability to temporarily the server. Unlimited file download size! New security features! Many new misc. features and a new GUI to go… Read More »

Code Snippet for VB’s Split() Function

This is a one line code snippet to extract any section of a string using the Split() function. You can actually return the indexed section right in the same line as the Split() without having to assign the Split() to an array. Original Author: Rocky Clark (Kath-Rock Software) Code Place this line in your immediate window and run it.… Read More »

Fantastic 3D Engine!!!

It’s very cool and advanced 3D engine made in pure VB WITHOUT any 3rd party components. It’s not done by me, but I wanted to share it with you. It’s name is Dex3d and made by Jerry J. Chen. So all credits are for him. Original Author: unknown Attachments File Uploaded Size CODE_UPLOAD36502272000.zip 9/3/2020 3:45:00 PM 36934