Results for "Category: Complete Applications"
Show weather (clouds, temperature, wind) in status bar and/or in a window. Details can be show on another window. This is a multiple languages/units software (to add more languages just put an xml file in the language directory) This is a C# translation of phpweather.
I'm 14 and this is my science fair project :: The One-Click Doctor is a self-diagnostic medical program that can identify which of the top 5 common childhood illnesses a child has based on symptoms exhibited. NOTE: You may have to copy the JOKERMAN font to the Fonts directory in the Windows folder.
Converts Panglish (Persian written by English character based on their sounds) to Persian (Farsi). The program supports unicode as well as other fonts. It is compatible with Farsi supported Windows or not-supported. The performance is quite out standing. The best thing about it is that you don't need to learn new keyboard !!
In this article, we will develop a .NET Web Service in C# that requires authorization credentials.
Make updating your application over the internet easier by adding an autoupdater like this its easy to configure a simple settings.xml file for locating your updates on your webserver and updates.xml containing all updates and there versions on the webserver. Each file in the file list is given a version number. If you’re latest update only changes one file then simply update the version of that file to a version one higher than all the other files. Every time an update is performed the latest version is written to settings.xml this allows the updater to know what the latest version downloaded was so if your settings.xml file contains version 2 as the latest only files with a version > 2 will be downloaded if they exist on the next update. All source code included, For more information please visit www.codeconcepts.co.uk
Allows user to: -browse the directories on a web server, -create, view and delete files -create and delete folders -edit text based files -view contents of files that you normally could not view over a web server(ex. .aspx files) -upload files to any directory
While developing application soft wares, representing data in the GUI In friendly and readable format is one of the most important Considerations. In C# application (or Windows/desktop applications), .NET provides Data grid control to achieve the above important and vital consideration. Sometimes while representing data in a data grid control user Wants to edit the details i.e. he/she wants to edit the details through a Combo control or a date time picker control etc. This article below sheds some light in above area i.e. user can add any control based on his/her choice and can use it to edit the details in the data grid.
To demonstrate MDI environments
Tool for organizing media files such as Mp3s, Divx, Movies, Pictures, etc.
This utility will send files/directories to the specified FTP server. Currently EXCLUDE, PURGE and RECURSIVE flags are available. Define your FTP server address, logon credentials and files/directories you want to ftp in settings.xml file. This file is in debug\bin folder, it should be in the same directory as the executable. Solution consists of 2 projects, open FTPAutoBackup.sln and you can run it. Since windows scheduler works well and is far superior to anything I could code myself, I just schedule this to run nightly and my FTP is always current. Tested thoroughly w/8,000 files backups only on PURE-FTPD on SPARC and SERV-U on XP with Unix-style file display. This code contains download ftp functionality as well. All ftp commands/functionality are wrapped in FTPClient project, one of the 2 in the solution, and can be re-used. You can use this code in any way you like, just keep the credits. ezhukovsky@attbi.com
Popup Eliminator really killes any popup message.It's really great program and really workin. any Popup Message will close auto.try it and please vote for this program if u liked it.
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.