Results for "Volume: Java_Volume1"
tray icon without having to have a gay componet
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.
This code that was writen to show how to make an log-in system on your site (but you can also use it as an template). But no just that. It also features a security agains breaking the password through brute force (= trying a lot of passwords). And different access levens, an easy to use admin interface. You can even make user into admins, delete there accounts and activate there account's (the normally recieves an code by email to activate the acount). updated(1/1/2003): changed config.inc into config.php for increased security. updated(2/1/2003): added comments, fixed some very small bugs. updated(7/1/2003): added userlevels, simplyfied the security header for member-only pages. updated(11/1/2003): fixed some bugs, made the admin screen "htmlproof", changed the activationnumber into an activationcode. updated(22/1/2003) fixed bugs (again, code is never perfect) added version.txt added more comments updated(3/3/2003) fixed the notices appearing if the pages are accessed directly added documentation.html more configuration in config.php updated(15-6-2003) added remember me function added more validation added tripod support added a PM system MORE INFO + LIVE DEMO: HTTP://UTIMER.PCPLAYGROUND.COM/ALS/
It shows the usage of nested loops.
how to use a api timer
Here is a way to Encrypt/Decrypt a string, using the .net framework's enc/dec libs
This is a class module that performs regular expression searches in a string.
how to use a listview part one by me :p
This application consists of two parts, a client and a server. The client can connect to the server and reboot the computer running the server. There are local details on the server.
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
how to do a tray icon with a pop up menu don't forget to check out Mikes L33t chat thats going to take over the chatting industry some day coding in delphi www.voodoochat.com
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.
This project shows how to combine treeview, listview & GDI+ classes in a picture browser application. Some of codes collected from the net & retouched and the others written by me. If you like do not forget to vote! Thanks in advance
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.