Results for "Volume: ASP_Volume3"
This subroutine creates a variable (on the fly) for each form item found on Request.Forms or Request.QueryString collections. The variable is given the same name as the form items name. It was built to duplicate some of PHPs built in functionality.
To split a string into pieces using a certain character as a delimiter. I do not want to get messages saying, "use the Split() function" as this isn't present in VB5. Example of this is "hello to you", with the delimiter as " ". You'll get back 3 variables, one containing "hello", one containing "to" and one containing "you"
Artificial intelligence or just some thought and good coding? Be a JUDGE! You decide... New Version just updated code. When compiled the if * and * and * then failed to work correctly
Brand new Ver. 2.4Beta! The other one is obsolete now. Snow falls in a black background, reacting to whatever is in the form! EVEN OTHER APPLICATIONS! You can draw slopes and the snow will slide down it, Draw buckets and the snow will collect at the bottom. You can even import BMP files!! VERY fun to watch and play around with. Runs fullscreen now, has better options screen, and is much faster than the previous versions. Screensaver is coming soon!!
This code filters out the information you want out of homepages. There are simple functions that will help you to reach the information that you want to filter. You can get the page title, filter out the HTML tags and even find the text between keywords. The executable will help you to get started.
This code explains how to use the API call EnumWindows to change captions, minimize all windows, or anything you need to do with a handle. I explain many things you can do with the base of the code.
Scroll a label with just one line of code...great for showing credits!!!!
Thats a little webserver for win95/98, running on port 80. It supports HTML, but no grafics.
It is a Notepad done in asp. aspnp.asp it the starting page to run newdoc.asp.. newdoc.asp is the notepad...
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.
This script displays records retrieved from the database. You can sort each field and jump to any page in the database. You can customize the records per page and all the colors. You may also attatch a style sheet to change the colors of each class type. this script is very close to being XML compatable. (still in the works).
Garment Payroll System
This code lets visitors to your site perform complex queries. Users may choose if specific words (or phrases) must or must not match - or if they are optional (default).
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: [email protected] or AIM: Mike3dd-Mike Canejo