Advertisement

Results for "Category: Complete Applications"

4_2005-2006 #172065
upload image in acess db(Add,edit,delete)

It is save image in database.It is helpful for load photo,delete,edit,show photo from database.

4_2005-2006 #172099
Employees Details System

Ø      To provide quick and efficient means for taking the attendance. Ø      To Calculate the number of leaves and the number of absent of all the employees. Ø      To automize the work such as Payslip generation. Ø      To automize the different types of reports.

4_2005-2006 #172101
Sales and Rental System in C# and MySql

SALES AND RENTAL SYSTEM Features of the system: * the system has the capabilities to send email to there customer. * Sales Order, Sales Return, Sales Delivery, Purchase Order, Purchase Order return and etc. * can import from listview to excel. * the system has a built -in Scheduler(Calendar scheduler like MS OUTLOOK). * Charts and Graphs for data interpretation Note: The status of the system is still ongoing... expect some new features and cool GUI factor on the next update... May God Bless us all.....

4_2005-2006 #172102
Face and Eyes Recognition

This sample code provides you the concept on how image processing is done and manipulated using EmguCV. One good example of image processing is FACE and Object DETECTION and RECOGNITION etc. but in this sample code I only give Face detection and Eyes detection concept. I Hope you guys, you appreciate and love this work.. In order to work this program: 1.) I never use any SDK for this.. I just use EMGU CV for Image processing and Vision library. 2.) There is the so called COMPATIBILITY ISSUE when running and compiling this program... This program is compile in the Windows XP SP3 32-Bit OS. Therefore this program runs only on Windows XP. Note: when you compile and run this in the Windows 7 32 or 64-Bit OS, this program will commit an error on "cvextern.dll" why? because of the compatibility issue which is this program is compile under Windows XP. Solution: 1.) Download the latest EMGU CV, then run and compile it under your OS Compatibility. After compiling.. Copy the following DLL and paste it in the folder where you save this program. *cvextern.dll *Emgu.CV.dll *Emgu.CV.ML.dll *Emgu.CV.UI.dll *Emgu.Util.dll *opencv_calib3d220.dll *opencv_contrib220.dll *opencv_core220.dll *opencv_features2d220.dll *opencv_ffmpeg220.dll *opencv_flann220.dll *opencv_gpu220.dll *opencv_highgui220.dll *opencv_imgproc220.dll *opencv_legacy220.dll *opencv_ml220.dll *opencv_objdetect220.dll *opencv_video220.dll 2.) Download the latest SQLite connector for .Net IDE (System.Data.SQLite.dll) Thank you and Good Day... Philip Cesar B. Garay BSIT Mindanao State University at Naawan Naawan Misamis Oriental 9023 Philippines For more info about this system.. please visit this link Face Detection Concept in C#

4_2005-2006 #172119
XML Code Editor

This is a XML editor using pure XML code only. Features include, syntax highlighting (needs altering), tree-view, web browser preview, XML templates, dtd & xsd validation. This is my first attempt at a simple XML editor, with version 2 currently in process. As always any feedback will be welcomed

4_2005-2006 #172131
Product Managament

This small Product Management is of using C#. Application will perform all CRUD operation like Add/View/Edit/Delete. Access database is included with attachment. Feel free to ask me about more source code or any kind of feedback at http://sourcecode-world.blogspot.com/ There is one main category then subcategory and product in sub-category. For eg. You have a category en's wear in men's wear you can have diff. categories like shirts, formal wears,pents and etc. in this sub category you can add the products and description of the product. Download it

4_2005-2006 #172145
Dot Net CMS Portal

Dot Net CMS Portal Free Open Source Asp.Net CMS Portal www.dotnetcmsportal.com Simple setup, easy to manage everyday content This is only one Asp.Net CMS Portal for end users not for developers Easy to embed any open source, premier, mobile (iPhone) web templates More than 40 pre-build CMS controls, with dot database. Demo sites, free CMS packs with templates, tutorials, reviews and many more... Visit www.dotnetcmsportal.com

5_2007-2008 #172356
StickyNote with Tray Icon

This is my first VB.NET program. It has a Tray Icon that reacts when clicked/double clicked/right clicked, saves the text in the registry, and has 3 tabs to organize the data.

5_2007-2008 #172452
MDB Code Generator

MDB Code Generator What is it? This program generates code based on an access database. It creates snippets of code that are commonly needed in applications. The focus is on ASP code but many snippets will work in VB also. This is monotonous code and should not have to be written by brillant minds so i wrote an app to do the work for me....Real VB programmers don't write code they aquire it. Does it create applications? NO. It only creates poritons of code to assist in database developement. How do I use it? 1. Pick an Access database. 2. Choose a Table from the list or "All Tables" option. 3. Pick code type needed and fill in options. 4. Click "Generate Code" 5. Copy and Paste generated code as needed. What code does it make? Use it, look at the code and see for yourself. Basically it.... Creates Table Constants based on fields in tables (This is so you can use indexes rather than names which speeds performance.) Creates Varibles based on field names. Some people like to open a recordset, assign all fields to varibles then close the recordset and just use the varibles. Creates ASP Form Code. Just makes the assignment code (i.e. rs("fieldname") = Request.QueryString("fieldname")) Creates COM Interface code. Makes the assignement code as above, and the loading and saving code that you would have with a basic COM Interface. (i.e. objTable.fieldname = Request.QueryString("fieldname")) What is COM Interface? Take a VB class and come back later. Enjoy! Vote for me if you like. Give your feedback please, I can take it :)

5_2007-2008 #172467
Doom Intergrated Editor (Doom Level Editor)

This is one of my first project as a programmer, the project's main goal was to make a user-friendly level editor for DOOM. I haven't touched this source for awhile as this project was abandoned later and never finished. This source will compile with no problem with Visual C++ 6.0, and there's a line in WinMain you can uncomment if you have a DOOM main WAD and then you will be able to see the textures displayed on the toolbar when you select a line. This code is currently very messy, but it can teach many programming techniques. It can help you learn how to read a large binary file such as the DOOM wads, it can teach you how to draw lines and different shapes with GDC, it can teach you how to write a full-blown Windows program without MFC, using the Windows API. This code can also teach you how to implement a large dialogbar, how to draw bitmaps and other types of images on a Window, open routines (Save not implemented fully), apply modes to your software, most of all, it's a fully-functional software coded in C++. If you like this code, please vote for me :)

5_2007-2008 #172476
Binary Clock

This program is simply a little clock I made in my sp[are time. The clock consists of 28 pictures that alternate between an on and off state to tell the time in binary

5_2007-2008 #172555
a simple way to stream mp3 files without mod_mp3

This code makes it possible for you to stream any mp3 file on the internet. It does NOT need mod_mp3. It's complete, and ready to go.

5_2007-2008 #172608
Soundcard Recorder .Net

This app is a remake in vb.net of my sound recording app. It will record everything from the sound card. I have also added the command line feature so that it can be sued with Scheduler to schedule recordings.

5_2007-2008 #172632
Making Smart Pages

Sending and retrieving data between web pages is the key to developing functional web-applications. This tutorial will show you how to utilize the session in your "weblications" (that's my new favorite geek-slang) using a mix of some basic ASP and the HTTP protocol. I will show you how to get info from a user in "page1.asp" and extract it again later in "page5.asp." I will address some of the techniques you see used at popular websites like Amazon.com, many popular search engines, and just about any site that is interactive. I am assuming that you have some experience with HTML.

5_2007-2008 #172636
The Shopping Cart and your new best friend...The Session: Part I

This shopping cart programming excersise is designed to help beginning programmers with some common programming concepts as well as provide more experienced programmers information on ASP's powerful programming environment and how to set up global arrays for web applications.

5_2007-2008 #173060
Online Shopping Cart! (Pulls Item Info From DB

A simple shopping cart program. It uses the dictionary object to store data in the session. It pulls all information from the included database. I used a fake company name and horrible graphics but, the code works nicely!

5_2007-2008 #173181
Sending emails from asp by reading them from text files

In this tutorial, I will share a good site function with you. I will show a good method which can be used to send emails to users. The tutorial will focus on sending e-mails to users(using ASP Email) by opening text files in which e-mail text is stored. At the end, I will present a good example of everything dicussed by building a "Forgot Login" application.

5_2007-2008 #173497
ASP Newbie Database Editor

Allows you to edit your database online. You can add, edit, and delete tables, fields, and records. This also shows how to allow custom SQL statments like adding a autonumber primary field. Probably a few bugs because I an pretty new to ASP and SQL.

5_2007-2008 #173498
ASP Code Generator IN VB

This program automatically generates ASP web sites. Full data base support (ADO 2.5) and integrated help file, and a ton of features. This is a professionally written ASP generator that I plan on putting on my Freeware web site. I have seen a few other examples of this sort of thing on PSC, so I thought I would just kill some time and make my own as I have a big ASP web site project coming up in a few days - needless to say this will shave a whole lot of time off of making the database interfaces. If you find this at all useful then please vote.

5_2007-2008 #173531
MP3 Encoder (Converts WAV to MP3)

Here's some MORE source code that I know everyone's wanted! Take your favorite CD audio tracks or WAV files and shrink them to MP3 format using this code. This WILL COMPILE in Visual C++ 6! YAY! Wanna learn how to decode them and play them back? Check out code number 372. Vote for me =)

Languages
Top Categories
Global Discovery