Advertisement

Results for "Category: Complete Applications"

6_2008-2009 #208746
MDI Demo

To demonstrate MDI environments

6_2008-2009 #208751
Calculator & Numeric Analysis

It is the code of a scientific Calculator With all Functions of a Scientific calculator... It has no built in functions like(sin,cos,log...) And also it has a Part for The numeric Analysis Problems e.g(Cramer's Rule,Newton Raphson,Bisection....)

6_2008-2009 #208772
ASP Bug/IssueTracker

IssueTracker is a project management / bug tracking application. You can configure the system to your own needs. Change department, priority and status. Add employees, departments and projects/clients. No Copyright on IssTracker because I have got lots of code and ideas from PSC so I wanted to give some back. Just vote for me

6_2008-2009 #208782
Introducing Windows Presentation Foundation

This was my first attempt to develop application using Microsoft’s latest development tool – WPF. It is basically a three layer application using access database as a data source

6_2008-2009 #208783
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.

6_2008-2009 #208784
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.

6_2008-2009 #208816
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.

6_2008-2009 #208841
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...

6_2008-2009 #208851
GuestBook 1.0

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

6_2008-2009 #208941
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

6_2008-2009 #208956
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!

6_2008-2009 #208977
Calender Generator

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

6_2008-2009 #208995
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

6_2008-2009 #208996
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.

6_2008-2009 #209034
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 !!

6_2008-2009 #209186
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

6_2008-2009 #209187
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

6_2008-2009 #209260
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).

6_2008-2009 #209287
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 )

6_2008-2009 #209305
Media Organizer

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

Languages
Top Categories
Global Discovery