Results for "Volume: 2002C"
Dev Fade is a control which can create faded text on your forms.
Revised Roman Numeral generator. This version will in theory generate numbers in excess of 1000000 using the standard numbering conventions, i.e. 5000 is equal to a V with a line above and below..
VBScript code to create a monthly/yearly calendar. Code is encapsulated in a VB script class to make it easy to use and modify. It is intended to demonstrate the value of using VB script classes by providing basic calendar functionality that can be easily extended to accomodate the requirements of a particular application.
You can edit the shape of your forms using mouse or images. The OCX attached makes the effect visible in design and runtime mode.
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
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).
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