Advertisement

Results for "Category: Complete Applications"

ASP_Volume3 #53857
Real Time Stock Quote Ticker

Click Here for New Version! This is stock quote ticker, which gets the latest stock information in real time from Yahoo! finance website. This script scrolls the text on the page without the use of Macromedia Flash or Java applet. My stock ticker is a good emulation of Java or Flash tickers because it pause on MouseOver and un-pauses on MouseOut. It include many advanced and convenient features, good error checking, and slick interface. Designed in only ASP and VBScript, this application can be quickly adapted for your needs. Enjoy and *** PLEASE RATE THIS SCRIPT! ***

ASP_Volume3 #53944
A File Cutter

Visual B Cutter is developed by Bongani Hlope and tested , modified , remmended by me .. i think i deserves to be rated !! compile and see!!

ASP_Volume3 #54018
Web Directory 2.2

Web Directory Explorer. *** VERSION 2.2 WITH DELETE OPTION **** Make-up old style web server directory to a new face directory explorer with useful common features. 1) List files & directories 2) Status: File name, type, create date, modify date 3) Sort it ascending or descending depends on previous state with indicator 4) Refreshable 5) Common supported icons 6) Status on last refreshed 7) Time taken to list files & directory

ASP_Volume3 #54019
Web Directory Explorer

Web Directory Explorer. Make-up old style web server directory to a new face directory explorer with useful common features. 1) List files & directories 2) Status: File name, type, create date, modify date 3) Sort it ascending or descending depends on previous state with indicator 4) Refreshable 5) Common supported icons 6) Status on last refreshed 7) Time taken to list files & directory

ASP_Volume3 #54021
Image Gallery

This is a asp include that will add a image gallery to your page you can have catagorys comment system and alot of images titles and user comments (can be turned off) auto thumbviews of images and will always run in the same page you included it in never opening a new window. there is also a control panel built on to i so you can administer it online (it is hiden you have to add ?a=cp to the path)

ASP_Volume3 #54022
Support Solution

Support Solution is a complete customer service/tech support issue entry and completion system, which greatly facilitates the use of remote service employees. A call comes in, gets logged by a local user, gets taken by a remote user, resolved or passed on, then can be viewed from history. Report writing capabilities show how much work has been done BY a user, and FOR a customer. Keep track of whether remote users are logged in or not.

ASP_Volume3 #54106
WinShutdowner

This code make you able to shudown/close session/logoff/reboot your pc at or withina specified time. This is a new version. I think it has loads of bugs, so, I hope you will post here them all, so that everyone can read them and so that I can correct them. Please, give me a vote to let me know what you think about my code, it's very important for me. Thanks.

ASP_Volume3 #54128
Gather as much as possible information about a PC in the internet

This app is an IP range scanner. It gathers informations like: SMB shares, services, processes, transport protocols, number of drives, groups, users, sessions, remote registry info and much more... It's also possible to shutdown a PC, to open shares and to send messages over the message service. (but only if enabled on the remote PC) Please vote :-)

ASP_Volume3 #54129
ICOfromEXE - extract icons from EXE/DLL files

How to extract icons from EXE/DLL files? Use ICOfromEXE! ICOfromEXE shows how to use the open dialog box too. Please VOTE it.

ASP_Volume3 #54196
ASP Search Engine Framework

This is the framework for a mostly complete search engine. It uses ASP to access a database via ADO. It is completely setup and just needs a nice interface (i.e. web page). It is relatively simple and straight forward and is ready to be extended upon. It supports basic boolean operators 'AND' and 'OR'.

ASP_Volume3 #54247
KFTP a FTP class library

KFTP is a DotNet class which main use is to give developers a easy to use component for FTPclient functionality. KFTP is a wrapper around Windows Win32 API for Internet (WinInet), therefor it could only be used on windows. It is made using MS Visual Basic 2003 If you are using a earlier version, you can always create a new Class library project. Name it KFTP and add the file KFTP.vb to it. To use it you need to compile the KFTP.dll first and add it to your project. Alternative you add KTP.vb directly to your project. If you want to test it you can use my very simple testprogram, KFTPClientTest. With it you can connect to a FTPServer and browse directories and files, Download files as well as upload files. Note that the example is set to Active connectionmode. If you cant use active you need to change the connectionmode manually in the testcode to Passive. Please dont give feedback on the testproject, it is only a testproject and not much effort is put into it. But I will really appreciate constructive feedback on the KFTP class. Note that I am rather new at using the dotnet framework for developing applications. So I have no idea if it is made the best way possible. Please let me know my common beginners mistakes. Hope you will enjoy it

ASP_Volume3 #54289
A Keylogger

It logs every keystroke the user types, independent of the application they are using.

ASP_Volume3 #54290
Multi-Threaded Time Sync

This application syncs your computer to a NIST time server. It uses the masterx winsock class and is fully multi-threaded via my own thread class. All of the windows code is pure api. NO MFC.

ASP_Volume3 #54308
WorkOrder System

Creates workorders for a IT center. Was designed spacifically for ISDN and T1 installations. You may do what you wish with the code. I have added the print button to my submission.

ASP_Volume3 #54340
WYSIWYG Emailer

Easily send email to anybody from anybody with WYSIWYG editing including images. Uses CDONTS, and the htmlArea - a free WYSIWYG editor replacement for "" fields on web forms. Upload the folder to your server, edit only 1 file in the head section and you're all set!

ASP_Volume3 #54370
ASP Shopping Cart

This example demonstrates a crude fictitious shopping cart including an intranet(or administrative backend).

ASP_Volume3 #54371
Against Database Login

Simple user login and password checked against a database. Complete using session variables and no cookies. Displays session message(s) if login fails.

ASP_Volume3 #54430
barrysChatSystem

This is a Chat Server and Client combinition taken from the samples available on the MSDN CD . To use the projects do the following 1) Build the Chat Server Project 2) Build the Chat Client project 3) Visual Studio To Use Server and Client on your Machine 1) Start Chat Server 2) Click Ok when prompted for Port no (keep it 0) 3) Start Chat Client 4) from the menu select Connection -> Connect 5) in the log-on parameters window type Server 127.0.0.1 Nickname (any name) Port 0 (remember we had selected 0 as port no for Chat Server) 6) Click Ok 7) repeat steps 3 to 6 to start more Chat Clients (buts use a different nickname) 8) go on chatting with yourself , happy chatting. To Use Chat Server on a Network 1) Copy the Chat Server executable (available in the Chat Server projects Debug folder) on some Server Machine (say it has ip address 254.178.2.198) 2) start Chat Server Application on this Server Machine 3) Keep the Port No 0 (if it clashes change , till thers's not clash and not the Port No.) 4) Copy the Chat Client executable (available in the chat client projects Debug folder) on as many machines as you want on the Network 5) Start Chat client on the machines where the executables were copied 6) in the log-on parameters window, type Server 254.178.2.198 (as in point 1 above) Nickname (any name, not blank) Port 0 (or as noted in 3 above) 7) Click Ok 8) repeat 5-7 on other Machines Happy Chatting.

ASP_Volume3 #54492
C# SMTP Mail Console

Send Mail by C# in console. Simple view use of a class , properties (get/set) you can test it by using .NET SDK framework compile it with the csc command in console c:> csc ClsMail.cs after compiling it will give you the exe file

ASP_Volume3 #54494
C# NT SERVICE (FOR HANDLING FILES)

TWINXBASE NT FILE SERVICE (written in C#) ----------------------------------------- UPDATED : 8 sept 2002 Added new Class for Sending Mails by the service This service scans in a directory (C:\FILESERVICE\INBOX) by using FileWatcher component (.NET) (not realy scans.. check for created files) when a file arrives , then the service will check the extension of the file , if the file has the extension .DBX then it will read the contents of the file and communicate with the database (C:\FILESERVICE\DB\MyDB.mdb) and insert / update / delete the records in the database -table. Then the file will be moved to the subdirectory \BACKUP. NEW : When file has extension .MAIL then the file will readed en sended By SMTP server (IIS must be installed and running) When an error occured the error will be logged in the EventLog. If an other FILE arrives in the inbox , not an DBX or MAIL file it will move it to the subdir \UNKNOWN. So if you look at the code, you can easy make the service to use with other kind of files. You can make an application (class) that handle those files. So when you share the C:\FILESERVICE\Inbox for FTP , the service will handle the incoming files... Read README.TXT included in the Zip file for more information!

Languages
Top Categories
Global Discovery