Results for "Volume: 7_2009-2012"
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!!!
This is a simple Music Player, that uses only the API to play music files. It features drag & drop (files, directories incl. all sub-dirs and playlist files), a multi-select open file dialog, random play, open/save playlists, volume change, track search and an ID3v1 reader.. just take a look at the screenshot v1.1 changes: * added a main menu & context menu * highlited item in listbox * arrange playlist by moving items while holding left mouse button * removed all bugs (hopefully ;))
Program for those of you who have their photos and images in multiple folders (organized) and would like a visual way to assign keywords and categories to search for them. The program uses ACCESS 2007 database, Mygeneration Software for db access and a lot of user controls for thumnail creation a very cool Film Strip control. * Import your folders into db - assign category & key phrases. * Search those imported folders for particular images. * Learn how to use Data Access Layers * Use stored procs for Access db * program does NOT use embeded select statements. all db operations are done in the DAL
This will find all occurences of a string in a text file and replace it with another string.
Generates a horizontal bar chart from an array or list of values and text. Very easy to use and highly customizable. Full documentation included.
The code in here is an example of how you can display and manipulate multiple records through asp.
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.
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
This is a simple and easy way for counting the number of words in a string.
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.