Results for "Category: Complete Applications"
FileEye watches folders/files on a mapped drive for Creation and Changed events and can initiate a new process that the user defines. FileEye can also send simple emails for warning or notification. Some of the more interesting components used are TreeView, FileSystemWatcher, XmlDocument, and ResourceManager. Recent improvements include better logic for checking changes in folders while FileEye was offline.
This app allows you to send popup messages to any computer on your network as long as you know there IP or computer name.
Search and Replace in single or Multiple text based files (aspx, vb, txt, xml etc). Includes sub directory search and case matching options. Demonstrates recursive folder searching and use of the Streamreader, writer and RegEx libraries along with a directory browser for older .NET versions.
This is an application I made to learn ASP.NET. This is about a JobSite where Users log on to find jobs and Companies log on to place job requirements. This is a simple application in which the users can apply for jobs. The company gets to see which users have applied for specific job and can send them mail if they meet theirs criteria. The application has functionality such as registered as a user or a company. Post a job if you are a company. Apply for a job if you are a user. Delete a job posted if no one has applied for it. Change password. User can apply for a job only once. Company can post a job with unique jobname only. This application was build in Microsoft Visual Studio .NET 2003. Also since this site uses flash for the logo, you will need to have flash player for Internet Explorer to view the logo. If you donot have, you can download it for free from http://www.macromedia.com (very small download
XBrowse allows the user to looks at XMl documents, make changes to them, and then write out a new file.
This project simply lists the files in a folder. No elaborate class hirarchy wrapers. Simply demonstrates System.IO features. This simple solution was brought to you by the P2B Consortium. “Free and easy artificial intellagence chatbot hosting” http://www.p2bconsortium.com/sss/CreateBot.aspx Step 1: Build and run \ListFilesInFolder\ListFilesInFolder.sln Step 2: Enter a folder path in the top text box Step 3: Click on "List Files In Folder" to list the files in the folder
This Tutorial Will Show You How TO implement the Following Using ASP. net: (7 in 1) Send E-mail With Attachment. UPLOAD A file to a Remote Server. Create a Graphical Counter. Create a Log File for the users of your page and add their info ( ip address, country, time, data, service provider, browser, OS, ...............) to an html file. Morse Code Encoder Machine ( Text + Sound ) into your Page. Get The Country and service provider of your page visitors. Determine The Location of your page Visitors (country, city, neighboring cities, country population) and add these data to a log File...... {{each code have a sample that will show you how the code is running}} Don't forget to Comment & Vote ..........
GoogleBox is a small desktop application utility which would reside in your SystemTray and allows a easy access to Google Search first 10 results. This program is using Google Web Services and would provide all basic functions you can find in Google... It can be easily modified to return more results, but I suppose this 10 would serve the right purpose of GoogleBox, I mean "Utility". I would like to add one more thing that, please VOTE as it hinders development. I have submitted few really nice code and seen very poor response, and its hard to keep posting and not getting appreciated for what you do !!!!!
After searching for examples on how to create a packet sniffer, I only found examples using third party products. I did find the begining of an example on mentalis.org. I borrowed the code from mentalis and made significant improvements to it. You can save individual packets in raw and parsed format, save the whole packet list for later review, and filter which packets enter the list. The code also demonstrates how to use .NET sockets, reading and writing a file using a filestream, and reading and writing to an XML file.
This is a utility similar to task manager. It shows all the running processes, the modules loaded by the processes, and version information about each module.
This program will split and merge any file(large size) with less time and can be merge in another system.The another purpose is that it can also help to split mp3 file into sub files and by renaming them we can play the parts of the mp3 file.
It is a multithreaded ping application, at this stage at least. (the goal is to make a switch port mapper that gives you the port number and machine name on each swicth...). This application uses the clsPing class from Paulo dos santos silva modified to accept asynchronous read from the socket. I have written the application around to be multithreaded. It only accept a subnet name and will scan all the machine in this subnet reporting the response time and the DNS name.
This is a mutithreaded application to discover MAC addresses on a network. It uses low level api functions to discover mac addresses of any network connected device. No NEED of WMI, NO NEED to be administrator. It will scan an entire subnet in less than 3 seconds!
Use any Twain compliant scanner in VB .NET! No external 3rd party dll's or APIs. This is a conversion of NETMaster's original C# version. I performed a line-by-line conversion by hand, and now it works exactly as the original. This application provides raw access to the twain_32.dll, and all the core functions for proper calls. Remember: I did NOT create this, I converted it-this is also why you won't see comments. To see the original, go to http://www.codeproject.com/dotnet/twaindotnet.asp.
Title: Appointments v1.0 Description: This is simply a calendar you can use, improve, and tailor to fit your particular uses. Its main feature is its ability to use xml as the data store. Store upcoming dates and appointments with it. Delete and view appointments. Some credit goes to Pedro Gonçalves and his article at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=37874&lngWId=1 I used some example code and a few others that were useful to me. Enjoy.
This article lets you to create a XML Web Service and explains how to consume the Web Service via a Client Application in VB.NET As I could not upload the article thro' PSC due to some PSC internal server error. So I have uploaded the whole article which can be downloaded from the URL mentioned below http://www15.brinkster.com/bootbharat/Create%20and%20Consume%20WebService-Tutorial.zip
The user control produces an image gallery using the file system(no database or xml file to store image info). Each folder in the gallery directory(which you choose) becomes an image gallery, each file in a gallery folder is an image. Thumbnails are automatically generated at runtime and stored on the hard drive. See included screenshot for an example of a image gallery page. A readme.txt file is included in the zip to explain setup requirements.
Windows Form app that generates a CHM(Compiled HTML File) using the Database Schema. ************************************************* Currently works with Sql Server 2000 Databases. This program requires Microsoft's HTML Help Workshop to be installed to produce CHM files. If it is not installed HTML Pages will still be generated, but there will be an error on the CHM Compile step. Instructions: Just enter in your database connection string info, select a destination folder and click Build Project. ************************************************** 5/31 Update added ability to save and load projects, added Installer program, fixed CHM Tables of Contents, added MSDN Style HTML Treeview pages, and a number of other small changes and bug fixes. ************************************************* 8/4 Added MS Access 2000/2003 support and MySql 4.0....Access support has a couple issues: datatypes are not 100% correct. For MySql a datatype conversion method has not been written, datatypes are presented as integers. I haven't been able to complete a lot on this lately, but I have done enough so someone could write their own schema providers and add them to the code fairly easily. I need to write up a guide for this. In the mean time, you need to create two classes, one that inherits from the SchemaProvider class(this provides the queries to return the proper schema information from the database) and one that inherits from the ConnectionStringBuilder class (provides properties necessary to create a connection string and a function to return the built connection string). If you are interested in creating your schema providers email me with any questions you have. If there is a lot of interest it will probably spur along on producing some better documentation on how to create them as well as make some other improvements to the program.
This is a complete key log program written in VB .NET It can detect all letters (lower case or upper case), numbers (including the number pad), and special characters. The user has the ability to hide the program so that it cannot be seen.
This app is a typing trainer, that organizes the whole course into 8 lessons. It allows the user to create their own word set, by uploading a text file, but provides a default word set. The app is localized into English / Russian. Please read readme.txt for details on how to compile (assemply order) and sounds.