Advertisement

Results for "Volume: 2_2002-2004"

2_2002-2004 #129524
ASP Post Forward

This simple ASP script uses WinHTTP to forward an ASP POST to an entirely different server and retun the content to the original ASP page. It is useful for serving up client content from another http source. In my case it is used to serve PDF reports from Java Server Pages to an ASP front end website. With this script you can server the content to the external user while the origin of the content itself appears to be the internet server. (People are unaware of the Apacha Tomcat Server running JSP and wont try to hack into it.)

2_2002-2004 #124120
List Directory Files

Lists all of the files in a directory matching the pattern entered in the form.

2_2002-2004 #124121
Create your own data types - A basic User Defined Type tutorial

Explains how to create your own custom variable packages that store various data types in one variable and display the elements in the IDE drop-down list while coding. This is a seldom used but very powerful data type in Visual Basic.

2_2002-2004 #129585
Family Planet 1.1

The Family Planet is a stand-alone web site that allows users to create "planets" (which are groups) in which to share contact information, pictures, and a simple calendar. I have tried to make it very simplistic so that both young and old will be able to use it, with a fairly basic layout and design as well as help information on every page. I found that some of the commercial servers that did this were either a little too limiting or a little too complicated for all of the members of my family to use. I thought it would be fun to create a site that I could host on my own server that would have a layout and feel exactly like I wanted. I have seen similar code to this out there on the web so I thought I would offer up my efforts as well to add to the "free code knowledge base" that is already out there. ------------------------------------------------------------------------------------------------------------ Please go to http://familyplanetinfo.no-ip.com to download the file upload utility - I cannot include it on the PSC zip file (PSC is protecting against viruses). ------------------------------------------------------------------------------------ There is a demo site at http://familyplanetdemo.no-ip.com. PLEASE do not place any inappropriate material on the demo site, although feel free to poke around to get a good feel for what the Family Planet can do. The installation/setup is probably not worth going through if this isn't something that you are interested in setting up for yourself. ---------------------------------------------------------------------------- This site was created in Dreamweaver MX & mySql and is run on Win2K w/IIS. Enjoy! Jeff

2_2002-2004 #128829
Value Spinner

I programmed this little thing to generate an input text field including two buttons to increase and decrease the value of that field. Just include this file and generate the spinner. Updates are welcome!

2_2002-2004 #124122
Hide Desktop Icons/Show Desktop Icons

hides the desktop icons.... you can also show them again..

2_2002-2004 #124123
Tank Wars 3D

This is a 3D demo that is writen in much simpler language than anything I have found. I this that it will be alot easier for someone learning 3D to figure this out than some of the stuff on the net. I'd Like 2 Thanx Shaid Benaris - Da VB6 - onwards professional gangsta - Thuglife

2_2002-2004 #128979
ASP Mailing List v1.0

This code provides a set of pages to allow your site visitors to Subscribe or Unsubscribe to mailing lists on your site. Administration functions are provided to; manage the list members, manage available mailing lists, manage archived emails you send using the code, manage the signature for the emails, manage the 'From' email address for the emails, and send bulk email to the list members using CDONTS.

2_2002-2004 #124124
AI Checkers (VB)

A checkers board game simulation with working 2 player (2 humans) and 1 player (1 human vs PC) modes. The code is not complete but most of the functions are finished and it should be workable. It uses a minimax depth first search procedure runs (to a search depth of 5-6) to decide what move to do (AI only) the rules are adjustable but some are not yet completely implemented. Expect updates quite regularly - if you can make any changes please email them to me.

2_2002-2004 #128406
Dos 3d Paint

This is a simple 3d Paint for Dos and Windows, that can store,edit,existing paintings !

2_2002-2004 #124125
HTML2Text

This code is for converting a string with HTML tags and encodings into a text-only string. It rids multiple spaces and supports ALL encoded characters like ",  , Ä and so on.

2_2002-2004 #129260
Using the FileSystemObject ,Arrays, Dynamic Hyperlinks, and Menus

A page to serve files from or browse images. All you have to do is change the UrlPath you want to browse. Real simple like. Should work like a champ. If not, then it's your fault. You did something. Don't blame me. Also, cheese makes me gassy.

2_2002-2004 #129210
ASPCanvas 2.0.2

Version 2.0.2 of ASPCanvas draws GIF files directly from script without using server-side components. It includes a suite of drawing functions as well as support for rendering barcodes. This new version draws images 15 times faster than its predecessor. New version includes graphing and charting add-ons.

2_2002-2004 #129525
ADUser.vbs

Pulls Active Directory Account information for a single user for display to a window or Internet Explorer from a single input of the sAMAccountName or searches the AD for users based upon the Display Name and returns the sAMAcountName for use. Updated version uses SMS to pull last logged in Workstation where SMS is installed.

2_2002-2004 #124126
Gradient Title Bar

This is an enhancement of Gradient Title Bar module that recreates in Win95 the look of Win98. The original module was downloaded from: http://members.tripod.com/cuinl/Tips/gradienttitle.htm. I've added the choice to use System colours by including the respective API constants. I also have simplified the usage by adding the SetBarColours routine, before in the form, now in the module.

2_2002-2004 #128980
ASP Mailing List v1.1

Application Update from v1.0. This code provides a set of pages to allow your site visitors to Subscribe or Unsubscribe to mailing lists on your site. There are several changes to the code from version v1.0. Administration functions are provided to; manage those charged with administering the lists, manage the list members, manage available mailing lists, manage archived emails sent using the code, manage the email signatures, manage the 'From' email address, and send bulk email to the list members using CDONTS. The code if fully commented and uses an Access 2000 database. Extract everything to your server and edit some constants at the top of the 'includes/_configuration.asp' page. To access the pages start at 'aspmaillist/default.asp'. The interface isn't intended to suit any site, rather the pages can be easily customized to suit your needs.

2_2002-2004 #124127
Mpeg Viewer

This program will Play Video (mpeg) without any control just with API CALLS in any place like you want show the video in a start menu or in your desktop or under the icon or when you rename any file or in notepad or in window msdos or anywhere you want.. and you can get classes name by another program (with this program named hWnds.exe).. with this code a part of song Britney Spears (This is an Example Video)..remember when run the program in the first time it will run mpeg (a part from song Oops I did it again) in your desktop........Enjoyyyyyyyyy.

2_2002-2004 #124128
very easy search bot

Here is an example of how to search the net with which ever engine you select. I only listed 3 engines on this sample but you can add as much as you want.

2_2002-2004 #128621
Advanced Form Email With Remote Templates

Advanced Form Email With Remote Templates allows you to email any form it allows you to customize the email

2_2002-2004 #129003
Simplest Multiple - Column sorting (Up & Down) in ASP

This is the simplest/fastest code that shows how to implement multiple-column sorting (Up & Down) in ASP. Excellent for ASP Database Begineers

Languages
Top Categories
Global Discovery