Results for "Category: Complete Applications"
Demonstrates how to use devices such as webcameras, scanners and other for recording or taking snapshots, also how to implement support for Microsoft Windows XP stylesheet (ComCtrl v6). Do rate and comment this piece of code for future updates and fixes.
This is a links system with as many categories as you wish. Contains a links administration area for adding/editing and it allows for three different users.
capture Image from a webcam. Add text to image. Save image.
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
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....)
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
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
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.
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.
This is an Antivirus Utility with Files service and Directory Related Operationbs. Run EXE in order of Advance features of Utility in Command prompt.
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...
A simple guestbook with a nice layout. if u have any comments please post them below
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
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!
It's a Calender Generator program that generate the all year calender that u want .....
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
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.
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 !!
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