Results for "Category: Complete Applications"
The goal of this app is to store data about Books, Music CDs, DVDs, Movies, Magazines, Games, Software (and any other category you may want to add), for you to know to whom you lended it and when. The most boring thing is realy the inicial data insertion, especialy if you have lots of media ;). It uses an access db. You can add/edit an item and associate an image to be stored in the DB, and you can print the DVD covers and CD covers without having to resizing the image, it's all done for you! And later if you want, you can save the image from the db to a file. Soon I will add a printable report for the result items of search. This is a convertion of my Asp project that you can find here on PSC, but with new features. You can find the asp version here: http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=8542&lngWId=4
: A program is required to input, analyse and output student records for an up to 20 persons class. Every student record consists of a student identification number, a student name, and the number of credits completed. Functionalities: The user should be able to 1. 1. Initialise the student records from the keyboard. 2. 2. Save the student records into a file. 3. 3. Read the student records from the file. 4. 4. Search and print out the record detail for any student by typing in the student identification number. 5. 5. Find out the student who got the maximum credits number and display the detail of this student. Programme structure: The program should contain 1. 1. An options list for user to choose the functionalities. 2. 2. A data structure representing the student records using structure and linked list or array. 3. 3. At least three functions, one for searching a student record by the student identification number, one for finding out the student who got the maximum credits number, and one for displaying the student record detail. 4. 4. Code with well-chosen variable and function names. 5. 5. Code with suitable comments. The documentation: A flowchart and a description of the design process and the data structure for the program should be given. A description of the status of the program should be given (such as fully working, partially working, or not working).
Patients Management System , Programming in Vb.Net with SQL Database , For Use in Private clinic , Customer Information, Operations Apointment , Customers Apointment, Accounts , Customer Invoices and Employee Information. ( English and Arabic Menus )
Tool for organizing media files such as Mp3s, Divx, Movies, Pictures, etc.
It's a tcp chat application similar to Chat 2003 but this time with private and public chat and better interface.Pls try it on different computers to see it working, or on your Lan network.Please vote,thank you
Vote for me, if you think this code is good and useful to you. Full Version File Manager for people whom have installed PHP on win2k server or pro OS. You can easily changed the PHP functions to suit LINUX server. Here are the functions available: 1. Uploading of Files - Allows you to upload 5 files at a time. Changeable to upload more files at a time. Uploading files are scanned by Norton AntiVirus. (Only if install on the Win OS) 2. Deleting of Files - Able to delete files by selection or by all. Configure the include file and allows you to switch off the delete option. 3. Create Folder - Allows you to create folder at any point. 4. Delete Folder - Able to delete a folder with or without files inside. 5. Edit Files - Allows you to edit "acceptable format" files online. 6. Unzip Zip File - Able to unzip any ".zip" file on the same folder or into a new folder. 7. File and Folder Icon - Display standard file and folder icon for all files and folder, for easy recognation of types.
Universal Database Admin for ASP.NET and SQL Server----------------------------------------- A dynamic web application needs an admin section for CRUD action of the database, wouldn't it be nice if we can have a universal database administration, which can be plugged to any web application, Just give your sql connection string and it generates pages for Create, Read, Update and Delete ----------------------------------------- Description This following code describes an asp.net web module which can be added /cutomized in any sql driven web application as a database administration. When i first started with an admin section of a web application, i thought why not try to make something more general a plug-n-play admin section which can be used for any SQL driven dynamic web application so here is the result of the effort. ----------------------------------------- The Target was. 1. Create a self sufficient Admin section which can be put into any SQL driven web application by changing the connectionstring for SQL server in web.config ----------------------------------------- 2. User needs to Login before doing the CRUD (create/Read/Update/Delete) operations ----------------------------------------- 3. There should be individual pages one for each operations(CRUD) which will take tablename as parameters ----------------------------------------- 4. A dataAccess class which wraps all the data access methods and returns values or records as required. Assumptions ----------------------------------------- These were the initial thoughts but to make it a general module i made some assumptions 1. Every Table has One Primary Key and It is the First Field in the Table There is atleast one AdminUser table in the SQL database which has a Permission field with value "Admin" for the users to login to the admin section for CRUD operations ----------------------------------------- The Web.config looks like this A Connectionstring and AdminTable name in the web.config <appSettings><add key="ConnectionString" value="Data Source=YourdatasrcIP;POOLING=FALSE; database=YourDatabasename;User ID=YouruserID;Password=YourPassword" /> <add key="AdminTable" value="YourAdminTableName" /> </appSettings> ----------------------------------------- MORE UPDATES AND DISCUSSION AT http://www.codeproject.com/script/articles/list_articles.asp?userid=81898 -----------------------------------------
Globalization of Windows Application in 20 Minutes using C#
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
A complete application to monitor hits and page views to your website. It maintains a database logging data about your users through the use of a clear gif image. You can then view the statistics concerning the number of hits you have had, page views, browser types, resolutions, color depth and operating systems. Easy to understand commented code. Now I have added support for templates as well as fixing a bug concerning the referers. Also now shows graphs for page views by time of day, day of week, day of month and month of year. Plus it can trace click through paths, showing how long people spent on the page and which pages are most popular. Visit website http://www.dotxsolutions.net for support. UPDATE: Now with many bug fixes and an improved browser and OS detection engine
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.
This app allows you to send popup messages to any Windows computer on your network as long as you know there IP or computer name. It's just a GUI for the Net Send shell command.
This code parses an XML/RSS news feed document that resembles something like this feed: http://www.webfroot.co.nz/b2/b2rss.php. It makes each title a link to the actual article. Please see the image and/or http://members.lycos.co.uk/ctsirius/parse.php !
A simple user download system, Created as a way to reward users who perhaps donated to a website using PayPal. My first application if you will so please dont judge me too harshly, I created it just for, well, fun, I hope it's of some reference to someone. Again, the Base64 code is copyrighted to www.pixel-72.co.uk
An updated version of my simple user download system, Created as a way to reward users who perhaps donated to a website using PayPal. My first application if you will so please dont judge me too harshly, I created it just for, well, fun, I hope it's of some reference to someone.
This is simple game.Play and relax
apacheManager is a tool for integrating PHP, Perl, and MySQL for apache2 servers on winXP based pc's. ###===last update 2nd Apr 2006, PHP SMTP & TimeZone added.===### As well as helping you intergrate the above software it also helps you manage your namebased virtual servers. Lets you edit scripts mainly httpd.conf, php.ini and xp's hosts script. Also lets you turn MySQL & Apache2 services on & off, change default apache settings, rollback last change made to each script. Note: that it will turn your apache service off before making any adjustments to your config, and apache will need to be turned back on. It was just a little program to make my life as a webdesigner easier but turned into a bigger project than expected. Enjoy...
Enter student names, they get random grades from 40 to 100. Able to sort by name or average & search for a name.
This is Remote Desktop Application. I found it on the internet for VB6 and Re-Developed in VB.NET. If you like it please vote for me.
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.