Results for "Volume: C_Volume2"
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.
This is the most advanced webserver on Planet Source Code! This is an update to the webserver programmed 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 along with them! I hope this code goes to good use! Please report any bugs (I want feedback!!!).
Text comes out backwards AS you type it.
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 write to any control that can be drawn on. No API! UPDATED!!! This code can now create a gradient in ANY SHAPE OR SIZE!!!!!!!!!!!! Also added in the update: Common Dialog boxes for color picking, click the from and to boxes showing the sample color to get a common dialog for the appropriate one. Also new, is the feature to save your gradient as a bitmap file!
This code converts UNIX files to DOS files and DOS files to UNIX files
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
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 keep track of your score and your partner's score, plus more. Do what you want with this coding, add more options for the chat room or anything you can think of. This is perfect for all you programmers that want to make a simple game playable over the internet with the help of the Winsock Control. Good Luck E-mail me at: mikecanejo@hotmail.com or AIM: Mike3dd-Mike Canejo
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 so you can learn from it.
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.
Use it to recurse (walk-through) every sub-directory of any given path. Use it to find a file or list all files in any given path.
This code starts with a plain background and when a button is pressed the background fades to another colour revealing text that was the same color as the origional background. Easily adaptable by unexperienced users, passwords can be added easily.
This program scans files for strings of ASCII that are known to be in certain "trojan server" programs such as Subseven, (Sub7) NetBus, and Back Orifice.
if mdb_dsn_connection doesn't exist... then make it
Draws cool transparent explosions in a variety of sizes anywhere on the screen. Just click with the left and middle mouse buttons at the same time. To change the size of the explosions, click the middle and the right mouse buttons.
Creates a gradient effect on a form
It's a game to arrange numbers in ascending order inside 3 X 3 boxes. It's a must see program for beginners.The code is very simple!
This is from SpiderWire's code to login to your PSC account without going through the annoying process of doing everything you normally do. Differences are that it has all 4 worlds now & A few bugs are fixed. The pulldown menu problem is fixed & instead of using the the giant web browser that comes with it, it uses windows default browser.
This piece of code demonstrate the way of accessing database (basic reading and writing). Good for beginners who wish to learn ASP. Nearly every line is documented.
To upload and retrieve ORACLE BLOB File using ADO Recordset. Never try with other than ORACLE database, but i think i can ...
Saves/Opens Binary file. Takes the contents of (2)Listboxes, (1)RTB, and (1)Label and saves to a binary file. Also opens the contents of the binary file into (2)Listboxes, (1)RTB, and (1)Label.