Results for "Volume: 2_2002-2004"
This is an update of version 2.00 that I have done today. Because of some complaints of the speed I have added a speed option which includes "Fastest" (but this only works for options 8 to 12 as the others are so fast you cannot see them work!!) I have added a new FX called "Black Hole" where the text dissapears in to, or out of, the centre of the string. There are now 2 Bandits. The new 2nd one cycles through all the characters at the same time, compared to number 1 which did them one at a time. It should be noted that this is also an example of Framed Options; diabling and enabling them and discovering which have been selected by the user. Also in the Speed textbox you can only enter numbers (I got that off here, but hey!) Although I wrote this in VB5, I see no reason why it will not work in ANY of the other versions as it only uses basic commands like MID and MID$. (Although I am not sure when the MID command came in...) Please rate this!! and I would be interested in any comments you may have. Thanx!
A full MP3 Player using Windows Media Player. But, first of all, it show you how to create a "skinable" application with forms having the form (bitmap) you want. If you want to change the form of your form, just change the bitmap of frmMain (main form) and picFond (picturebox), the code do all for you.
This shows you how to search for a "string" inside of a "string" to see if it's there or not. This makes a good E-mail validator.. If the user doesn't put the "@" character, this will know it's not there and return false. This also works the same way if your trying to validate a Full Name. I commented everyline so enjoy and good luck.-Mike
The code Desplays a list of images in a selected folder on the clients computer and lets him browse it. it is not very needed but is a gooood exemple of using fso. one of the thing i tell me studets is to try and make it a txt viewer instead of a image viewer, try it!
This code snippet demonstrates one easy way to create a pure graphic of a bar chart and line chart combined using the OWC.Chart object(msowc.dll). The msowc.dll is a component distributed with microsoft office. The greatest benefit from this is the fact that you can create almost any type of graph as a pure "GIF". My example code is an easy 'Cut and Paste' cookies cutter code that shows you how to make a pure graphic of a bar and line graph all in one. If you stare at this code long enough, you will figure out how i did everything, it is actually very simple. This is great for any site that needs to display a lot of reporting.
this class makes it quick and easy to change the color and backcolor of text in a console program written in C++.
A file browser and editor to enable you to browse and edit the files on your computer or web site. This program is not the usual file browser though. It tries to emulate the windows file browser with presenting file extension descriptions (ie asp file, jpg image) and also shows an icon. Now includes a parent directory button. Very easy to set up and configure. Please vote. Have a look at the screenshot.
Counts the number of days between two dates with a choice to include/exclude the number weekend days in the total count. This can be used to calculate items like day-based thresholds. This can modified (by your own modifications) to exclude specific days like holidays.
Simple Stock Ticker that pulls Quotes from yahoo. One of the advantages of this Ticker is we are not violating the yahoo redistrubution agreement, stocks are pulled direcly from the client. One of the important things to keep in mind is this ticker is written for an application that we have total control of the browser security settings. If you would like to implement this for the internet users, it can be implemented with an activex control without users having to change their browser security settings, for more info on activex shoot me an email.
This code will take a 32x32 Windows Icon and Convert it in to a text file
I've seen some implementations of Dijkstra's Shortest Path Algo but none of them were up to the mark. So I've put up my own algo so that people can get help from this.
This is ready-to-use application for calculate and track projects, plan resources and tasks, compare estimated and real costs and timeframe etc. Pure asp and dns-less ms access database.
aspinfo() is the equivalent of phpinfo(). It displays all kinds of information about the server, asp, cookies, sessions and several other things in a neat table, properly formatted.
This code will force the browser to show the download file dialog rather than trying to open the file in the browser window very usefull when dealing with Word document or so. This is done by overriding the content type, fooling the browser into believeing he is receiving a document in a format he can't open, making him show the save as dialog box.
An updated version of a 3d demo, with new features and polygon filling.
This application submits your web site to ten major search engines, there is currently only 10 engines, but it's completely up to you, I never really had the time to finish it.
This is a simple shopping cart for a company using ASP,HTML and PHP. You can view this shopping cart fully functional at http://www24.brinkster.com/jasbir/web-cart_default.asp
The function Server.URLEncode converts a inputstring to an URL encoded outputstring. For example: input: Server.URLEncode("part1?part2") output: "part1%3Fpart2" But what if you need the opposite functionality ? There is no function available for this so you have build this yourself. How ? By using regular expressions, of course.
Text to Speach. in .HTA format this time, your clients have to download and run the file on the local machine. further info: because this code has been of interest to many ppl i do want to make it work for you, if you goto http://www.nextuptech.com/TextAloud/ and try that software and if you do a PSC VB6 search for UltraSpeach (i think) you will be able to see what and how this code does what it does. don't give up on it, it does work, so work it out. .people dont understand the meaning of the word.. NO FEED BACK..its simple enough isn't ??<script language=vbscript>msgbox"No one listens anymore",vbCritical,"A_X_0"
******************************************* { Hi guys, I have decided to update the user tracking system once again. The updates are: -View daily hits. -Submit an IP directly to the block processing page -Log off -All pages are password protected Note: This code only works on servers supporting ASP (active server pages) 1. Download all the files and MS Access database from (both are in the zip file) http://track.pagedream.com/Track_UserVer3.zip 2. Unzip files to the root (warning! If you already started logging hits then your entire database will be overwritten) 3. Go to /fpdb/ open the database, open the Login table, and modify the username and password fields, by default the username is demo and the password is demo. 4. Remove read permissions of the /fpdb/ directory trough IIS management console, this will prevent someone from downloading it's contents, which in this case is the database ServerVariables.mdb. If someone is able to download it, then they can view the username/password and thus login to the page. 5. Give the IUSR_Machine account, write permissions to the /fpdb/ServerVariables.mdb database, otherwise you will receive and ODBC error 6. Include this snippet into every page you want tracked. Every page you want tracked must have the .asp extension, otherwise it wont log to the database 7. That's it. Go to http://www.yourhost.com/users, login and start viewing your hits. Download the files at http://track.pagedream.com/download.asp View a demo at http://track.pagedream.com/users Please Let me know if you find this useful or have any questions, or problems. Jose http://www.pagedream.com [email protected] } --UPDATE-- Due to the increase use of the "User tracking" software, and the problems encountered during installation, I have decided to dedicate a forum especially for it. Feel free to comment. Please give credit if you find the software useful. http://pagedream.com/redirect.asp?site=http://core.pagedream.com:8080 *******************************************