Results for "Category: Complete Applications"
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
It logs every keystroke the user types, independent of the application they are using.
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.
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.
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!
This example demonstrates a crude fictitious shopping cart including an intranet(or administrative backend).
Simple user login and password checked against a database. Complete using session variables and no cookies. Displays session message(s) if login fails.
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.
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
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!
This program will sample sound from your Audiodevice and apply a Fouriertransformation to the sample buffer. This Program has a GUI and will plot the FFT in a window. You can change BufferSize and SampleRate in order to change the FFT resolution. This is a complete VisualC++ Project and is written in pure C. The code has many comments and you should be able to follow it up easily. Have fun playing with it.
aspEdit.NET is the successor of my popular aspEdit. This is a Online Website-Editor. You can (over the internet) create/delete directories, create/edit/delete files and a lot of other stuff. There are no server-side components needed. For using this code you've to create a new IIS-application, otherwise it won't work (with the current configuration)
CDOSYS Form - A standard business-type contact form using CDOSYS. I saw lots of examples of CDONTS forms like this, but every example of CDOSYS that I found showed how to send an email via a CDOSYS form, but not a standard Web page form. The code is ugly and I borrowed some of the code from another contributor, but it works and it's easy to implement. Ed Ruth
This is the latest version of Call Tracker. The screenshots below show 3.0 but the code is the latest. I didn't want to create a new entry so I just updated this one. Helpdesk Call Tracking Application for small helpdesks that do not require work orders or ticket producing solutions. This application is only for tracking helpdesk calls.
The ViewNet Image Archive Manager allows you to view image files in a directory and add them to an image archive. The program allows you to open image archive files and view the images that they contain. In addition, you can also use the Image Archive Manager to download image files directly from the internet and insert them into image archives. Archives can be protected with a passwords if necessary. Demonstrates threading, simple GDI+, subclassing, internet, DES Encryption and streams. Also contains WinHelp project and help chm file.
This is simple program to handle the reservation of rooms and to handle the bills for customers in hotel
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
Ediweb is a very easy to use database powered web site editor. Ediweb is coded in PHP and relies on MySQL for database tables. Full feature control panel (file upload, database manager, news, forum, mailing list). Template driven : One single HTML design job is needed for the whole site. Or you can use templates from freebies site on the web. You can provide different 'look and feel' for your site, at the choice of your visitors. Multi language support : Currently only french and english language file are available, any help in translation to other languages welcome ! Contact database : For mailing list support, custommer support, etc... Integrated search facility : Visitors can search thru your whole site. Installs in minutes with install script. Edit the file themes/default/page1.html to see exactly how to create a theme template for ediweb.
Ever wanted a survey on your site? But don't have a database? Well, by using ASP and XML you can! Features single voting, survey expiry, past survey results, and many nore...
I'm sorry, this entry is no longer available. Please go to http://www.FileExplorer.com for more info