Advertisement

Results for "Volume: C_Volume2"

C_Volume2 #76504
_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.

C_Volume2 #76505
Personal Webserver

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!!!).

C_Volume2 #76506
BEGGINER Backwards text.

Text comes out backwards AS you type it.

C_Volume2 #76507
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 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!

C_Volume2 #76508
Convert UNIX files to DOS files and vice versa

This code converts UNIX files to DOS files and DOS files to UNIX files

C_Volume2 #76509
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

C_Volume2 #76510
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 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

C_Volume2 #76511
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 so you can learn from it.

C_Volume2 #76512
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.

C_Volume2 #82822
ASP Procedure Used To Recurse Through All SubFolders Of Any Given Path

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.

C_Volume2 #83037
Fading background to reveal hidden text

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.

C_Volume2 #76513
ProblemScan v1.0

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.

C_Volume2 #76514
DSN_connection

if mdb_dsn_connection doesn't exist... then make it

C_Volume2 #76515
Explode on desktop

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.

C_Volume2 #76516
Back Color

Creates a gradient effect on a form

C_Volume2 #82557
A number puzzle

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!

C_Volume2 #76517
INTERMEDIATE PSC Login v2

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.

C_Volume2 #83042
Basic of Database with ASP

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.

C_Volume2 #76518
ADO Upload and Retrieve ORACLE BLOB

To upload and retrieve ORACLE BLOB File using ADO Recordset. Never try with other than ORACLE database, but i think i can ...

C_Volume2 #76519
Binary Save/Open File

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.

Languages
Top Categories
Global Discovery