Windows Applications projects

Ace Project Management System

Thursday, December 20th, 2007

This is a project management system done using Asp and MS Access as database. Also C#.net (windows application) is used to build the Active x component for multiple file upload feature.
In the admin panel administrator can add the clients and assignments for the clients. He can manage all the client details and the assignment details.
Administrator […]

Ebay Listing Engine

Wednesday, December 19th, 2007

The Ebay Listing Engine project is done using Asp.Net C# with MS Sql Server 2005 as database. All the pages are Ajax enabled.
This project consists of four modules.
1.Core Repository:
This is the heart of the system and contains all the tables that are common across all modules. The modules will communicate to the repositories via […]

file uploader activex application

Tuesday, March 13th, 2007

Activex windows application created using csharp C#. Multiple files of large sizes can be uploaded using this excellent multiple file upload utility. This was created as a frontend to an server based asp , asp.net script. (read more by clicking on title)

visual basic usb device api project

Saturday, February 10th, 2007

We used visual basic 6 for talking to a custom usb device. The api to the usb device was given in c++ format. The highlights of this visual basic project are using user defined datatypes (UDT), dealing with pointers, using and interfacing with a DLL in visual basic, trapping windows messages, subclassing etc. (read more by clicking on title)