Results for "Category: Complete Applications"
The purpose of this system if for the friends, relatives Contact Numbers and Address Information.The system can Add, Edit, Update, Delete, Load Data Information from MS ACCESS Database.You can learn in this program with regards to the proper coding of OOP (Object Oriented Programming) Using Vb.net.Please don't forget to Vote thank you and God Bless!
This has been create to show how can we group gridview in the outlook format. This also show how can we retrive email from the webserver and arrange it in the outlook format. This aplication retrive email and sends email. It will show you how can we handle XML file to save update the records. You can keep your tasks and update the task notes and contact list as per your wish.
It manages whole gym management
Provides complete system information
It is save image in database.It is helpful for load photo,delete,edit,show photo from database.
Ø     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.
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.....
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#
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
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
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
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.
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 :)
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 :)
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
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.
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.
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.
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.
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!