Results for "Volume: 2_2002-2004"
If you need a fast and simple cowcolor-changer, this is the shortest you'll ever find! For advanced users: put it in your stylesheet.. (I could use some ratings...)
Simple user login and password checked against a database. Complete using session variables and no cookies. Displays session message(s) if login fails.
Function that generates a random password of a specified or random lenght.
This code shows how to 'read a configuration file and use 'the key-value pair. The configuration 'file must be in "key=value" format. '(Similar to a java property file)
This has more cammands then ever very usefull and very easy to look at and learn how to make moduals!some the cammands are...shutdown,format drive, networkdrive, switch mouse buttons, hide the taskbar or hide certiant things in the taskbar!!!
The code helps to Dial a phone number if a Voice modem is attached to the system. It waits for incomming calls and displays status of the calls. It uses TAPI API calls to intialize and open line and monitors the line for any event to take place. All the events like phone ringing, incomming call etc. are reported to the user
This is 16bit C++ game and this contain some forms,textboxes,labels and some others thing and every thing made by me. Just See the screen shot of this game it is really very nice game just take, play it and rent me please.
This program is to handle all possible arithmetic operations (+, -, *, /, %) and logic operations (, >=,
Consists of two files sql.htm and tsql.asp. Nice little interface with any SQL Server database. Returns result sets, etc. If you find the code useful please rate the code.
This is usefull program to track people's IP. Visit Count for each visiting IP address. Assume that the table IPAddresses(IPAddress, Count) exists in the DSN yourDSN.
This program demostrate how to make a stand-alone graphics program. Thus need for distributing .bgi and .chr file with your graphics file will be eliminated as they are included in your .exe file, thus makes your program complete to distribute others. THIS TECHNIQUE IS RARELY AVAILABLE TO USER's, EVEN GRAPHICS PROGRAMMER ARE SOME TIME UNAWARE OF IT!!! SO DON'T MISS IT TO DOWNLOAD... ALSO RATE FOR IT.
simple code edits registry adds a value to the run key in windows registry. it uses a module previously posted on PCS i have included it will the code but it displays the authers name with it.
very simlpe analog clock
This code will play CD's using API calls like mciSendString. It also has built-in commands like open/close cd door. Its pretty cool, check it out!.....please rate this,Thanx for your time:)... ....**Updated** NOW WITH VOLUME CONTROL AND A COMBO BOX FOR EASIER TRACK SELECTION....
vbPortScan is a simple port scanning utility for footprinting the security of your system. You can choose a range of ports to scan, a local or remote ip address, and the software will return a list of open or closed ports. Also configurable is the timeout (wait) parameter. This application also shows the use of the GetTickCount API call to demonstrate high resolution timers in Windows. UPDATED: now vbPortScan will do a "banner grab" and return any information about an open port.
aspEdit is a program which allows you to edit your website online. You can upload, create, edit and delete files and create and delete folders in a very easy way. This new version comes with a User-Manager to control the users who are allowed to edit your WebSite. aspEdit is a ready to use program, just upload it and start... This is the latest version here on Planet Source-Code, for later versions look on http://saxsucks.go.cc
Perform all sorting techniques, including bubble sort, selection sort, insertion sort, heapsort, merge sort and quicksort. The program employs an array list as the data storage.
This is a perfect example of TCP/IP used in a VB program. It demonstrates how-to act as a client, or a server.
This code, will add elements to a control array element at runtime. This is very easy to do, as a control array is actually a collection and gives us a count.
This class can be included in any project to start up another application, wait for it to end, and/or terminate the application. The class is an easy to use "wrapper" around tricky Win API functions. The sample application included gives documentation/comments on how to use the class. This is a much cleaner alternative to the Shell command.