Advertisement

Results for "Volume: 2002C"

2002C #16942
PicturePod

Creates a pop-up window to display an image viewer on a website. The viewer can then move backwards and/or forwards through the images. Useful if you need to create multiple pop-up image viewers as it uses a single ASP page and XML files to generate the HTML file. An example is given which can be used as your starting point.

2002C #9346
a 3D Spinning worlds w/text

This code shows you how to use DirectX 7 and the RM Canvas control to create nice animations that are smooth and simple. It shows you how to create lights, frames animation and more.

2002C #16877
Form Based File Upload Using Pure ASP

This code will allow you to do form based file uploads. It supports multiple files and uses only pure ASP. It will parse form data, browse server folders for a save location, and log uploads or failed uploads into a database There are no components to install so it will work on any web server that supports ASP. Just paste this code into a text file and name it saveany.asp. I have tested it on IIS 4 and 5, with IE 4, IE 5 and Netscape 6. With this code you will be able to save a file in any directory that the anonymous account assigned to it (usually IUSER_machinename) has access to so be careful. I should note that the server needs ADO, ADOX and the File System Object installed on it.

2002C #16938
Friendly Error Handler

Creating a user friendly error handler. This Friendly Error Handler pops up a VB liked dialog box to display error messages.

2002C #16919
Message Board Anywhere ! v 1.0

Message Board Anywhere !, is a fully functional message board system, developed using MS Active server pages: Features: - Authenticated login to registered users and facility of registration of new users - Sorting the Message board threads on the basis of Date, Email, Name, Subject etc. by a single click - Allows users to post new messages and reply to old messages. Feel free to modify, distribute, use this code as you may please, and if you like it please VOTE FOR ME in the contest.

2002C #9736
Change Screen Resolutions

An App that sits in the taskbar...you right click on it to chagne resolutions.

2002C #16883
How to dynamically create a HTML table from an ADO recordset !.

Shows how to dynamically create a HTML table from a recordset. All you need is the connection string and the table name.

2002C #10776
MDIActiveX - MDIChild in ActiveX-DLL

With MDIActiveX.ocx you can create a MDIChild Form in an ActiveX-DLL. (even seperate menus and accelerator keys are supportet!)

2002C #16788
Api with ASP Custom Component

This is example of using Windows Api in Asp, by creating Custom component in Visual basic 6. There are VbComponent.vbp - Visual Basic ActiveX Dll project where component is created, Project1.vbp - VisualBasci6 Standard Exe Project with example of using this component in VB6, and index.asp - example of using component in Asp. Remember to register component - regsrv32 path:\vbcomponent.dll Bye

2002C #10059
Webserver v2.1

This is my great Webserver it has become a bugfix! Because everytime a page was requested a new winsock control was loaded! Now all winsocks will be reused after disconnect! another feature is when a directory doesn't have an indexfile it will return a genrated site with the directory contents!

2002C #16807
Credit Card Validation (Luhn Formula)

Uses the Luhn formula to quickly validate a credit card. Basically all the digits except for the last one are summed together and the output is a single digit (0 to 9). This digit is compared with the last digit ensure a proper credit card number is entered (Does not actually confirm that is is a real number, just that it is likely to be one. Example: Entering "4000-0000-0000-0002" will pass the check, but "4000-0000-0000-0003" will not pass.)

2002C #9522
ADO Database Viewer/Editor

Have you ever needed to view a database on a computer without MS Access? Here's an alternative. It uses ADO 2.1 to open, view & edit MS Access, SQL server, DSN and Oracle databases. There are also a few features to let you add, rename and delete tables as well as purge based on a Date/Time field. Clearly not a replacement for MS Access, but you can distribute it to help troubleshoot. Automatically registers itself as the default database viewer for .mdb files on systems without a default already set. Otherwise, it becomes a second option when right-clicking. Its Biggest advantage is its all ADO. No DAO at all. Now you're able to modify older versions of Access databases when Access itself requires a conversion!! I recommend distributing MDAC 2.5 even if you have a 2.1 application. Microsoft seems to have fixed some of the install problems with the MDAC 2.1. Please Note that you MUST HAVE the Oracle client installed on your PC to use the Oracle connection!!http://www.microsoft.com/data/download.htm ** Updated 3/21/2000 **Added Password support for Access databases.Please vote!

2002C #16929
ASP Message Forum

This is a fairly basic Message board that allows moderators full control with the ability to lock threads, edit posts, delete posts, ban users, delete threads etc. It also has fun little icons, allows users to register and saves there user data and allows personalized signatures. This is what's currently there, what you can modify/change this code/application to it limitless. Also there are 4 pages, Login.asp, Profile.asp, Register.asp and the main page which does *everything* Default.asp

2002C #10779
all Ini Functions activeX.dll

Performs all ini file functions from within a single dll file.

2002C #16943
ASPLib2001

This is a free source general purpose ASP library that will help you with most of the common tasks in ASP programming. DB support: general routines (ever wanted to get a recordset with one line of code? use table name, view name, sql text or stored procedure with parameters!), embedding and retrieving blobs from databases; user entry validation; sql templates to build on-the-fly complex outputs from database info. HTML support: dynamic html tag construction functions. Credit Card Number validation routines. Localization model for non-US developers. Upload support directly in the ASP code. Error control routines. Debug routines to ease development. And much more!Licensed under the MPL free source license. Support and further information may be found at http://groups.yahoo.com/group/asplib

2002C #16769
Client Bandwidth Recorder

Measures the bandwidth in kbps (kilobits per second) that the client is viewing your website at. Works with modems, dsl, cable modems, network cards and any other means of connecting to the internet.

2002C #16825
ASP Chat Version 3.0

Here it is fellow programmers: ASP Chat Version 3.0. I had promised when I first the skeleton ASP Chat Script i.e. Version 1.0, that I would try my hardest to clone the Yahoo! Chat Rooms. After a lot of hair-pulling and siting in tutorial sites, I fixed almost all the glitches and added a lot of new features. This new version allows users in a particular website to dynamically chat with other people accessing the same website. A good thing in this new version is that you can create you own Chat room, if you don't like the ones that are listed. Included as a bonus is a logging ability, which logs any activity in any chat room using seperate text files. It also displays the IP address of the user connected to the Chat Room. If you like it please vote for it! :)

2002C #16891
Browser Wars 2

This is a follow up to Sam's arcticle posted a few days ago. ---------------------------------------------

2002C #16673
Simple ASP chat with database - UPDATED

This code contains ASP chat which uses database (MDB). Since last version I've removed some bugs i.e. sorting database or loging out users every hour. I have added some new stuff - private chat and counter which shows how many people is on-line. If you like it, please vote for me.

2002C #10785
Simple ole drag and drop

This demonstrates a simple drag and drop of a file from windows explorer into a text box then grab the filename and path (this is part of the code im using to make a map install program for quake2)

Languages
Top Categories
Global Discovery