Results for "Volume: 2002ASP"
NEW VERSIONS(uploaded daily with new features each day)...Click here to get the most recent game...IT'S HERE, the save game functionality you've been waiting for. Now you can finally get that illusive high score, check it out -> here... Newest versions have high scores list, better two player games, edited names(so the games are not so easy), version information and the save game option...ALSO at this site, new as of 12/07/00, the MOVIES Edition(1800 new games). If you have become a college names expert, try this game, it's much more difficult. ***This submission: Hangman Game College Nicknames Edition This game kept me entertained for about four hours last night, so go ahead, give it a try, test your college nickname knowledge, and hey it's free, what else can you ask for?...(This game also doubles as a good/entertaining typing tutorial)... ***Don't forget to vote!***
It is a Text based game. the object of the game is to pick the right number, there are 3 levels, and the number is never the same.
Creates a Windows Shortcut to a program executable, and places it on the Desktop, Start Menu, or a Start Menu subfolder.
This routine was designed to act as a numbers-only mask for any TextBox Keypress event. Simply call it from any KeyPress event and feed it the KeyAscii return value.
It shows the usage of nested loops.
This is a class module that performs regular expression searches in a string.
This is my example of a quick and simple menu. This is a good method of simple menus, better then telling someone to enter 1 or 2 or 3 then hit enter to do this and that and i also think thats so boring. All you gotta do is just press the button it tells you then the operation will execute
This class can change size and location of contlols on your form if you 1. Resize form 2. Change screen resolution
This program is a simple Menu which uses the UP, DOWN, PGUP, PGDN, ESC and ENTER keys. You can use is to create more then one menu with the same code.
Takes a picturebox, and it's contents, and runs an animated mosaic transition through it
THIS IS THE "FASTEST" ALGORITHM FOR CONVERSION OF ROMAN NUMERALS INTO NUMBERS.IT WILL CONVERT ALL ROMAN NUMERALS INTO NUMBERS IN RECORD TIME.IF ANY ONE KNOWS ANY FASTER METHOD PLEASE LET ME KNOW.
WinKill destroys a window if you know its title bar caption.
Returns the current user name using a dll call
With this simple, and very fast, routine you can generate a series of non-repeating random numbers. You can select a series of 10 numbers, or a series of a million...It doesn't matter. Can be useful for image fades, deck shuffling, random tip of the day, etc. - It even tells you how long it took to generate the series.
This code, which was inspired by a similar snippet of code by Ian Ippolito, permits tiling an image onto a form's background. This variant, though, resides in a module and is called by a form instead of residing within the form's code itself. This permits using the feature project-wide without redundant code all over the place.
This code, which was inspired by a similar snippet of code by Ian Ippolito, permits tiling an image onto an MDI parent form's background. Getting an image onto an MDI parent is easy. Getting a tiled one is another story. We could try using a Clipboard operation, or build a big tiled background and save it and then laod it into the MDI parent's Picture property, but these are nasty, anal-retentive, and likely to simply not work. This code, however, works...
Want to sort 5,000 10-byte strings in about 1/10th of a second? This will do it (at least on my PII-233!). The insertion sort manages the same task in about 60 seconds (even when optimized it still took about 15 seconds on the same machine).
This code inserts text at the end of a textbox (or anything with a .text, .selstart, .sellength, and .seltext property) without adding the entire contents of the textbox all over again it saves a lot of time with long text and opening text files
This sub/function searches your hard drive(s) or directories for file(s) like the Windows 'Find Files or Folders...'. It uses mainly the Dir() command and can be used with any programs and visual basic I have encountered. This helps uses to quickly find a file or program for their applications.
Checks to see if a Credit Card Number is valid by performing the LUHN-10 check on it.