Advertisement

Results for "Category: Complete Applications"

5_2007-2008 #186265
Three-tier ASP.Net/VB.Net Application

This application demonstrates how to start out in Asp.Net three-tier application development. Features include user controls, web controls, CSS, HTML 4.01, data access components, Stored Procedures, SQL Server database, etc.

5_2007-2008 #186266
CRUD Operations on Access Database

This program that I wrote for my personal use demonstrates how to work with TreeView, ListView, Combo Box, and Textbox controls with data from Access database.

5_2007-2008 #186298
AntiVirus With Utility

This is an Antivirus Utility with Files service and Directory Related Operationbs. Run EXE in order of Advance features of Utility in Command prompt.

5_2007-2008 #186323
online hotel reservation + query + chat + administration + search + more

This is a nice example of a hotel's website...this is very good example of connectivity and database logic....you can use it for online reservation, unique login, administration, chat room, query, search and more.......you will love it..connectivity is with access....if u do like it then do vote for me ... thx...

5_2007-2008 #186333
GuestBook 1.0

A simple guestbook with a nice layout. if u have any comments please post them below

5_2007-2008 #186423
Contact Management - Modular Coding (Tiered Application)

This project consists of Data Access Layer, Business Layer and User Interface for Sample "Contact Management System". The purpose of the project is to guide users to do modular coding and to know how to re-use general data access code using business layer. Steps ------------------------------------------------------- 1. Create Database and Table Structure by running script Provided in "\Queries\DataBase Creation Script" folder. Open Contacts.sql file in "Query Analyzer" and Press F5 2. Run Query from TableData_tbl_mst_Contacts.txt file from "\Queries" folder using "Query Analyzer" 3. Run Query from TableData_tbl_mas_Contact_Category.txt file from "\Queries" folder using "Query Analyzer" 4. Change Connection string from Web.config file 5. Open the Project and Run it

5_2007-2008 #186438
Professional File Selector

i needed a component to select files from a given folder and store the paths to a database. thats why i have written this nice component to easily select files (one or more) from a given folder and its subfolders. it draws the complete tree clearly arranged. can also be used as a file browser or file explorer. FULLY OO-ORIENTED AND EASY TO USE!

5_2007-2008 #186459
Calender Generator

It's a Calender Generator program that generate the all year calender that u want .....

5_2007-2008 #186477
fsStats Hit Counter Version 0.4.2

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. View the website at www.dotxsolutions.net

5_2007-2008 #186478
FileEye

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.

5_2007-2008 #186516
ApiVideo

At one point or another, we all come in contact with a project where we need (or want) to play media files. There are 2 main ways you can go about this, you can either use the MS MediaPlayer control and deal with interop and alot of issues. Or you can implement mci using the API. This project is an implementation of the mciSendString API, so you can just include the class into your project and use it on your form, no need to reference Media Player. This plays all know formats (mp3, mpeg, avi, wmv, divx,...) except midi files and cda (audio cd's). (the play statement, and maybe other statements as well, use arguments not supported by the midi and cda devices) The code is well documented and very clear, even a beginner will find it's way in it. Please leave a comment, and do vote if you like it. Thanks !!

5_2007-2008 #186668
CDs, DVDs and Books Catalog - English Interface Version (2nd UPDATE!)

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 ;) Now this app requires login to access it. There are 2 logins: - Admin - Guest UPDATE 16-03-2009: bug fixed at login.asp

5_2007-2008 #186669
CDs DVDs Books Catalog

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

5_2007-2008 #186742
student records

: 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).

5_2007-2008 #186769
Patients Management System

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 )

5_2007-2008 #186787
Media Organizer

Tool for organizing media files such as Mp3s, Divx, Movies, Pictures, etc.

5_2007-2008 #186788
nICA Chat

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

5_2007-2008 #186806
Php Win2k File Manager

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.

5_2007-2008 #186808
Universal Database Admin for ASP.NET and SQL Server

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 -----------------------------------------

5_2007-2008 #186809
Globalization

Globalization of Windows Application in 20 Minutes using C#

Languages
Top Categories
Global Discovery