Advertisement

Results for "Category: Complete Applications"

6_2008-2009 #214423
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.

6_2008-2009 #214424
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.

6_2008-2009 #214425
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 ;)

6_2008-2009 #214448
Number To Text Arabic

To generate text from number in Arabic.

6_2008-2009 #214478
Share Trading

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

6_2008-2009 #214479
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

6_2008-2009 #214570
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.

6_2008-2009 #214599
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.

6_2008-2009 #214624
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.

6_2008-2009 #214625
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.

6_2008-2009 #214640
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.

6_2008-2009 #214696
Dos 3d Paint

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

6_2008-2009 #214721
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.

6_2008-2009 #214736
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.

6_2008-2009 #214765
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.

6_2008-2009 #214802
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

6_2008-2009 #214860
BANKER

IT DOES ALL THE OPERATION THAT ARE PERFORMED IN A BANK im sorry that i was unable to add my database earlier now im adding a file from which you will be able to identify the tables required you are requested to create the same tables with SQL Server 2000 and run the code ALL THE BEST

6_2008-2009 #214887
Login asp.net/vb.net

This is a login script which could be used to validate member logins in asp.net and vb.net the validation uses the hasrows() of the datareader to validate the members.

6_2008-2009 #214894
Dating Software Full Source Code Asp.net with msaccess

this is full source code of a dating website, asp.net with msaccess for full source code of dating website of asp.net with sql server 2005 visit our website http://www.websol-dating-software.com lot of source codes for free

6_2008-2009 #214944
GetScreen or part of screen

The GetScreen app uses Windows API to capture areas of the screen. To simplify the capture, you simply move the Form around that has a transparent inner region. Stretch the form around the area you are trying to capture, then either click "Save As" or "Copy". Features: - "Copy" allows you to copy the image to the Clipboard. - "Save As" allows you to save as *.PNG, *.BMP, *.GIF, *.ICO, and *.JPG. - Height and Width displayed in Pixels in the bottom right. This works great in Windows XP. I noticed in Windows 7 that when you click Copy or Save As, the image captured needs the .Left portion to be moved over a few pixels. Hope this code helps you in your projects and please remember to Rate.

Languages
Top Categories
Global Discovery