Results for "Volume: 2_2002-2004"
UniStrip is the one-stop solution to getting form values from an HTML form. It will extract all the name/value pairs from the form submission and load them into an array for easy sorting or writing to a database. The script will accept any HTML forms without modification. Very powerful. Includes a test form and script to show array name/value locations.
The famous rsa public key encryption algorithm, this code is based on the original design by: Asgeir Bjarni Ingvarsson. Now includes source code and zip file with working example.
This real time-saving program lets you format filenames to your liking. Don't you get really annoyed when you download your favorite MP3 music and there are those _'s in place of every SPACE, wish you could get rid of them out of your hundred of files??? Now YOU CAN! It will replace or remove characters from filenames, it format its CASE and will change file extensions. Get it today!!
Tired of try to figure out archane DOS commandline params? Just use the utility and YOU too can have your VERY own RAM drive! No need to edit your system configuration files, the program will add AND remove the drives from your config files.
This small program will create icons out of images. The interface is a simple drag and drop interface. Just drag your images onto the program and they are saved as icons in the same folder.
This code will detect is the user has the flash plug in. And then redirect to a page with flash or one without. NICE!! please vote :)
How to connect to a SQL Server database without all the junk you normally see.
This post replaces a previous one which did not include the .dll file. All it does is demonstrate the use of gif89.dll to include animated gifs on vb forms
Simple chat program to communicate between computers on a single LAN segment. Crisp interface!
The HC Draglist is a listbox that adds the ability for the user to drag the items to a new location. When the user starts dragging an item, an arrow will appear next to the listbox and as the user moves the mouse up and down, the arrow follows. When the user stops dragging, if the arrow is not where the item came from, that item is moved to the location of the arrow. You can also set the tabstops. This is a good example of a subclassed control. Should be simple to understand. It is VERY similar to the ccrp Draglist, but with this one you get the source code, and it is more than 50% smaller when compiled.
Windows Combo box enhance active X Dll With this Active X Dll you can enhance a standard windows combo box I tried to make a DLL that will include some major ComboBox functions. The most of them can be acheived only by using API. -------- Functions 1. Drop 2. AutoComplete 3. FindString 4. GetDroppedState 5. GetDroppedWidth 6. GetEditBoxHeight 7. SetDroppedWidth 8. SetEditBoxHeight 9. SetItemHeight 10.SetMaxLen To use the Autocomplete do the folowing In the Combo_Change event add the code Dim cb as new clsAutoComplete cb.autocomplete(combo1)
Run this at startup and it sits there waiting for an internet connection. When internet is connected, it silently FTP transfers a file from your hard-drive to your webspace folder on the internet (personal webpage). The source has good comments that explain each step. A good source for newbies wanting internet transfers. You will need to alter the sourcecode and create your own .exe file. For those that had problems downloading the zip file, here's another try ... this time I used Pkzip.
This DHTML Dynamic Menu slides in from the sided. Using Javascript that is embedded in 2 ASP include files. The menu is Database driven.
Learn how to enter a user-number / password(just using const int), I think you can get a feel of how to work, "if" and "else" ect by this simple example. PLEASE comment :)
By Sufyan Jabr, A COOL SNAKE GAME, ITS REALLY DEFRANT FROM OTHER SNAKE GAME, IT DESIGNED TO BE PLAYED WITH THE EGAVGA.BGI FILE SHOULD BE IN THE SAME FOLDER WITH COULD TO MAKE IT RUN.
by SUFYAN JABR Cool Tetres Game ,Al_albayt University_ JORDAN, THIS GAME DESINED TO PLAY WITH Email:[email protected] THE EGAVGA.BGI FILE SHOULD BE IN THE TC\BIN FOLDER
This file has some source files that can change your browser's scrollbar color, link hover color, and even have a mouse trail with a phrase of your choice. I will update as often as I make new. Vote for me!!! Dont forget to take out the comment tags!
Calendar generated using Dynamic HTML and client-side vbscripts. Can be used as a modal datepicker popup window. Does not use the asp 'post'/'get' method to process the contents of the page. Fast and easy to use. Added some bug-fixes.
This ASP page is a maintenance tool of sorts. It first lists all of the files in the directory. The links when pressed pass the file name back to the same page which calls a delete function that delete the file which was just clicked on.
Want to know how many time left to a specific datetime? This function countdowns to a specific event/datetime from current datetime(now). And not just that, if you download the zip file then you'll see how to make it looks like a countdown date ticker! Try it and have fun!