Results for "Volume: 2002ASP"
The control provides a Mailmerge-system. The source is a XML-file and the target is a Word97 document. You can find out more on my website : www.braem17.yucom.be
So you think your new PIII is fast? well test it on this particle benchmarker. And enjoy the show while you're at it. (Now accually benchmarks your system)
This is a small script that will allow you to preview a textarea in an html page that may contain html code with out first processing the page to another page. May sound complicated but you will see it's not. This is for people who don't want to create a preview page just to re-write the textarea. It can now be done on the same page as the text area!.
This is two functions with example of how to get the difference between two times by hour and min. Code is pretty good to keep a running time of how long you've been doing something without the major offset that timers give. There are some drawbacks to this code, since it is only a small example, you probably can't check anything past 11 hrs and 59 min. Anyway, I hope this inspires some better Ideas. Enjoy the code.
Converts a string or an integer to an array of characters/bytes
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 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.
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 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.