Advertisement

Results for "Category: Complete Applications"

7_2009-2012 #236692
Jakhal's Fast Food Cafe (Update)

Billing purpose at Fast food Cafes. You can make bills for customers at you cafe. Priting will starts soon, I am going to update it soon. Please vote for it.

7_2009-2012 #236873
TeamVision

Note: To log-in to the application use the following credentials username: "jdoe" password: "welcome" Technologies and Design Approaches Demonstrated: ADO.NET using Microsoft Access database Integration between .NET Framework-based code and COM applications (COM interop) The interop assemblies are avaialable from Microsoft as a free download: http://support.microsoft.com/kb/897646/en-us?spid=2529&sid=global Microsoft Visual Studio 2005 What is the TeamVision Solution? TeamVision is a simple task management application built using the Windows Forms classes of the Microsoft® .NET Framework—an integral Windows® component that supports building and running the next generation of applications. TeamVision allows authenticated users to view, modify, and add projects and tasks that are shared with other users. It may be used in any number of scenarios, from bug tracking to managing work orders or customer service requests. Its primary purpose is to provide quality, sample source code to developers interested in building data-centric applications with ADO.NET using the .NET Framework.

7_2009-2012 #236874
MemberVision.NET

What is the MemberVision MemberVision is the start of an ASP.NET membership tracking sample. It is possible that this could turn into a multi-stage sample which would depend upon the feedback and responses that I get here. I wanted to put the Atlas controls to use in a practical way and understand the inner workings of designing a customized Provider. So I came up with this as a way of 'testing' out the controls and provider model. MemberVision is a simple membership management application built using the ASP.NET and Atlas control classes of the Microsoft® .NET Framework. Currently this sample code only allows authenticated users to view members listed in a Microsoft Access database that could be located behind a localized intranet.

7_2009-2012 #236914
SQL SERVER CLIENT DATABASE UPDATION

Every Developer is facing problem regarding changes made in SQL Server Database by Developer. How to make all these changes done. This Program helpful for developer for such problem. I made a program in C#.Net. Usingn MS Ascess Database to restore Orignal Databse Table Sturcture, Stored Procedure, Functions, Views.

7_2009-2012 #236941
System Locker { New Desktop }

Update: Destroy desktop before closing the locker. ||| You want to lock you computer, and prevent any one to access it, you making a remote control system and you want to control other users login, you making a net cafe autmation system and you want to lock other computer. ------------------------------------------------ Its posible now, as the most hard part in this procedure is to cancle all hot keys and SURE TASK MANAGER. In my old post in VB6 i do this in hard way by using API to cancle all hotkeys, but now in C# i find a code that can create a desktop, but that code has a drawback as u need two exe file one to check desktop name, create a new desktop if needed and execute the 2nd exe in new desktop. In my code i do it in only one exe, there is much details in code, also copyrights info and a link to the coder in VB6, I hope you find it useful, and hope for comments and rating :)), ------------------- Please check Http://DominatorLegend.Co.Nr for more projects and more comments. Thanks.

7_2009-2012 #236942
Networked Explorer - A Real File Manager

The networked explorer is composed from client and server application, The application is designed to overcome the dynamic IP problem, so if your IP is dynamic, and change periodically the client still able to find server, this done through the IP database, this database will contain the required info to make the client able to connect to server, such as server LAN or WAN IP, Port, etc…, This application will allow you to explorer a remote computer drivers, you can download or upload files, also you can wake up a machine within your LAN. To keep the application as simple as possible, only one file can be uploaded or downloaded per time, because each file will need a socket to transfer its data, so if we want to transfer 2 file at the same time, we need 2 sockets, in addition to the command socket, the thread safe issues solved by a thread safe class that allow you to deal with GUI controls from other threads, For more information and full article please visit my web site, Http://DominatorLegend.Co.Nr ------------------------------------------------- [Update #1] A bug detected while explorer the client drivers through LAN and WAN, The bug had been solved.

7_2009-2012 #236943
Night Era II - Auto-Wake-Up

Version 2 of Night Era serve people who use their computers to listen to music before sleeping and also work as alarm to wake you up at morning, It contain a new future in which computer state will change to hibernate or suspend state at a specified time and wake up from that state when the wake up time is come to listen to music at early morning. below is the scenario of usage. While sleeping the master volume control value will be decreased to provide quietude. you can specify the interval of decreasing the volume control value i.e. each "N" minute the volume will decreased with 5 degree. so the volume will be lower along the sleeping time. You can specify the sleeping and waking up time, the wake up timer will wake up your computer from hibernate or suspend state. When the system time match the sleeping time, system state will change to either hibernate or suspend. When the system time match the wake up time, system will resume, and play a music file or MP3 list. The point of interests is that auto wake up functionality, that allow you to save power by putting the system in low power consuming state, and allow the system resume at morning to wake you up, also I search the web for a waitable timer in C# and I didn't find a one, so I build my own auto-wake-up-timer. Hope you like it, Visit my web for more projects ;)

7_2009-2012 #236966
Number To Text Arabic

To generate text from number in Arabic.

7_2009-2012 #236996
Share Trading

Online share trading application. I have used MS Access but you can configure for MS Sql too.

7_2009-2012 #236997
Babylon like Multilanguage Dictionary

Translate words from and to several languages just like Babylon(tm). Capture the Clipboard and translations from and to English, Arabic, Chinese, Chinese (S), Dutch, English, Esperanto, French, German, Greek, Hebrew, Italian, Japanese, Korean, Portuguese, Russian, Spanish, Thai, Turkish and much more. Free Access to all dictionaries from Babylon.com

7_2009-2012 #237088
Convert Chart to Excel

from this program, we can export data from database to excel file, include automatic create chart in the file. http://junindar.blogspot.com you can get more article from the above link.

7_2009-2012 #237117
Grade Calculator v2.1 With Color

THIS IS AN UPGRADE TO THE GRADING PROGRAM V2.0. THIS VERSION IS V2.1 NEW AND IMPROVED TO THE FULLEST AND CAN TAKE IN LETTER AND NUMBER FOR GRADE LEVEL NOW. THIS PROGRAMM IS USEFUL IF YOU REALLY LIKE TO KEEP A GOOD CHECK ON YOUR SCHOOL WORK.

7_2009-2012 #237142
How to Write Your Own GPS Applications: Part 2

In part two of the series, the author of "GPS.NET" teaches developers how to write GPS applications suitable for the real world by mastering GPS precision concepts. Source code includes a working NMEA interpreter and sample high-precision application in C# and VB.NET.

7_2009-2012 #237143
How to Write Your Own GPS Applications: Part 1

What is it that GPS applications need to be good enough for in-car navigation? Also, how does the process of interpreting GPS data actually work? In this two-part series, I will cover both topics and give you the skills you need to write a commercial-grade GPS application that works with a majority of GPS devices in the industry today.

7_2009-2012 #237158
Modern Modal Popup Window

This is a beautiful complete program which shows how Modal popup window used in ASP.NET along with GridView (using ajax). This program demonstrate basic operations on a table (add, edit, delete and display a record) using modal popup window. It also shows mask edit features in a text box. Hope this will help everybody. Please do not forget to vote me.

7_2009-2012 #237214
Dos 3d Paint

This is a simple 3d Paint for Dos and Windows, that can store,edit,existing paintings !

7_2009-2012 #237239
Goldpad (Updated To 1.5 / 1-25-2005)

Goldpad is a integrated plain text editor. Features: Complete user friendly file system, custom toolbars, 10 line specific edit commands: Select, Duplicate, Delete, Uppercase, Lowercase, Insert Bullet or Numbering, Sort Lines Ascending or Descending, and Compress, increase or decrease indent, regex find and replace integrated panel that uses a unique replace all that will work on rtf, another always there sliding recent files panel that is built around xml, and other features that make goldpad a reliable plain text editor. Fixed all bugs with the recent files panel and other annoyances. Relies on no external source code or registry access. Code is commented and sorted into regions. Final version 1.5 in Nighthawk theme.

7_2009-2012 #237254
Urban Asylum Seeker Management System

This is an application that keeps track of refugee for UNHCR, and determine their status through several steps of interviews.

7_2009-2012 #237283
Making Best use of 'Value' Property of 'Submit' Button

MAKING GOOD USE OF 'VALUE' PROPERTY OF HTML 'SUBMIT' BUTTON Normally, we do not make use of any of the attribute of the submit button as data. Reason being simpler, we have only one Submit button and having only one utility, i.e. post data to the ‘Action’ application. In this application ‘value’ property of submit button shall be valued! Here we will use multiple submit buttons instead of single submit button. For this purpose, we will assign different value to different buttons and will use value as ‘Submitted data’ to the action application! You will appreciate that we can make very user-friendly interface using the same. Although, the full application is developed, objective of the attached codes is to show usage of multiple submit button with different values to make user friendly interface.

7_2009-2012 #237320
barcode 128b

This dotnet solution developed in c# can be used to create a barcode 128b from an alphanumeric string. --> input: string --> output: imagestream or imagefile -- compile as windows application to see the example application -- compile as class library to use as a dll in another dotnet application Feel free to use this code in your applications. Enjoy! Curi0uS

Languages
Top Categories
Global Discovery