Advertisement

Results for "Category: Complete Applications"

2002ASP #7598
Any window can be fooled around with by getting it's handle! this shows u how!

This program will help u get any windows handle and then let you change the window's title through that handle. Gives u a good learning of how to have fun with handles and how to use them..

2002ASP #7599
Alarm Clock that lets you set a personal message!

A cool and easy Alarm clock, that lets you set a personalized message and uses an API function to call alarm wave file. An Excellent way to learn how timers and controls work, and how to work with the mmsystem.h header file for sound playing functions!

2002ASP #7600
A way to subclass MSN Messenger, add hooks, dynamically modify menus and control its behavior

This program will teach you how to create hooks and dynamically control the behavior, outlook or anything related to a window. This program shows subclassing for MSN Messenger, by setting up a hook and then dynamically adding Menu items to MSN Messenger and handling its behaviour to certain events. With this technique, you can virtually do anything to any window or application of which you do not have access to code. Subclassing and hooking can be VERY powerful when used properly. Please check it out and please vote (o= Thanks

2002ASP #7602
ICQ-Pager v1.0

ICQ-Pager is a complete GUI-application which lets you send a message to the ICQ-Pager. The downloadable zip-file includes the complete project for MS Visual C++. The subfolder 'Release' contains the compiled and 'ready to run' exe-file. The sourcefiles are fully documentated, so this is a good start if you want to learn something about basic GUI- and winsock-coding. The code does not use the MFC, just standard WIN-API.

2002ASP #7604
Win32 - Winsock IP Chat (1 on 1 peer to peer connection)

Heres a little Winsock IP Chat. Using a rich control. A Perfect example if you dont know how to use winsock.h

2002ASP #7610
Win32 - How to make a Windows Program in Pure C! Buttons,ListBox,Static,Icons,Menus, and More!!!

Here is an example on how you can make a windows application in pure C. No C++ is nessicary, and the source file contains the .C extension. This shows you how you can create icons, menus, buttons, listbox, combobox, static labels and assign them id's and process messages without subclassing each one. This is really good example if you only know dos programing!

2002ASP #7620
MMA (Mixed Martial Arts) Character Editor

This is the character editor for a video game I am working on. I wasnt gonna upload this but I havent given out anything in a while so I though Id share this with you. It contains about 1,500 lines of code. This isnt one of my new open source projects, its actualy part of a game thats being devloped for use over the internet. ( I got like 5 different programs on working on at once, talk about overload!) The MMA simulator is a winsock DirectX game, that lets UFC fight fans player each other via a special winsock chat room. The character editor is how they can create there characters, almost like trading cards to trade with one another. The interface for this program isnt all that great since it was designed to only get the data form the user =). What it does, is have a list of different inputs, which are then translated back into the fighter structure, which can be saved and loaded as a binary file. The game engine, reads the fighter structure from the binary file, matches it with the approrpiate graphics, and there we go, we got a new individual fighter with new stats. You can probaly get some cool information out of this like, saving/loading structures as binary files, common dialogs, splash screen, and some other nifty features. Note were looking for more graphic artists to help out with the characters fighting animations, so if your interested go ahead and give me a message. =) see ya.

2002ASP #7648
GuestBook Professional

New Looking Guestbook. Add this cool looking guestbook to your website. Visitors can Register then login and do all sorts of things. I am making the code (FULLY) customizable so edit and change anything you like. Please I would really appreciate it if you would vote for me as alot of work went into my code..

2002ASP #7651
ANTI LEECH

This code will hide the location of the file the user will download from your site. It's not fool-proof, but it will help in avoiding other sites to download your files directly. If you have any suggestions on impovements, please feel free to give me feedback.

2002ASP #7653
ABC - BBS

This is a complete, self-contained BBS application. I confess that I've taken good ideas from other BBS products and duplicated them here. The BBS supports multiple forums, file uploads, and threaded discussions. Email notifications can also be generated using the "ABC-BOT" that is also available on my web-site. To install, extract the ZIP to an appropriate directory on your IIS server, set the permissions and you are good to go. The underlying data is stored in an MS-Access database (included).

2002ASP #7675
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!

2002ASP #7677
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.

2002ASP #7693
MasterConsole 3

MasterConsole 3, make console programs for this program in C and C++.

2002ASP #7709
file shredder for gcc

file shredder for gcc, shreds files so when there deleted, there gone for good!

2002ASP #7728
Sonork messenger

Full source codes for the Sonork Instant Messenger V1.5.0.3 that may be downloaded from http://www.sonork.com

2002ASP #7740
Bitmap & PCX Image Editor

An image editing program that currently supports Windows Bitmaps, PCX files, and my own attempt at image compression, the HCI. It has editing functions such as resizing/scaling with or without bilinear filtering, and a double size scanline feature; Rotation by any angle; Fitting the image to a wave or the surface of a sphere; and smooth filtering (to name a few). This is a work in progress so some features are still incomplete and buggy. Someday I'll get around to writing a help file but that will have to wait untill I'm not so lazy.

2002ASP #7746
Kaun Banega Arabpati ? ( Who want to be a billionaire ? )

1. Credits ~~~~~~~~~~~ Written and developed by Jayant Kumar Gandhi. For more question sets mail me at kbap@jayantgandhi.com Or visit me at www.jayantgandhi.com 2. Installation ~~~~~~~~~~~~~~~~ Unzip the 7 files to any directory and run Kbap.exe Data.dat Data2.dat Egavga.bgi Kbap.exe Pallette.col ReadMe.txt (this file) Softrock.fnt Make sure that all the files are in the same directory. 3. Troubleshooting ~~~~~~~~~~~~~~~~~~~ Make sure that all the files are in the same directory. Also make sure that the file "Data2.dat" is writable. Remove 'Read-Only' attribute if there. Problem will also occur if you have all the files on a 'write-protected' disc. Please report any problem you experience to prob@jayantgandhi.com with "Problems using KBAP" in subject line. Hope that you enjoy the game. If you do then please give me your feedback at feedback@jayantgandhi.com or visit www.jayantgandhi.com.

2002ASP #7750
ATM Machine

Processes transactions like an ATM machine. When complete it produces an out file with updates made on the account.

2002ASP #7756
Neural Networks (A state of the art Artificial Intelligence demonstration)

This is a must see demonstration. Watch in amazement as you feed the program ascii picture files that it "learns" via a mechanism known as neural networks. Then, change the ascii picture files a bit and see how the computer recognizes them! Test image files are included in the zip file. Compile and run the program, here is some test input: Enter file name to learn: face Enter file name to learn: boat Enter file name to recognize: facer Open the file "facer" in any text editor (notepad) and you will see that its basically the same as the boat image but with a few changes. But still the computer recognizes it as a boat from its part learning knowledge. Change the facer some more (only .'s and *'s 17x17) and run the program again. The computer will again recognize the image. :) Enjoy!

2002ASP #7757
Begining socket programming in Windows and UNIX (LINUX) - Tutorial and 2 source code server examples

Alright. So you decided that coding a stand alone application is cool enuff, but then again, the possibilities are limited. Now you want to cut the chase and start writing some real deal code where you make your computer bug other computers on a network (Internet for example). Well, thats what you need sockets for. Sockets are channels of communication between two or more computers. With socket code, you will be able to write clients (such as email clients, web browsers, news readers, etc) as well as servers (http, ftp, smtp, pop, irc, nntp, and so on). How cool is that? way! Well, what are you waiting for? Lets start digging our sockets. Note: To try out the servers whose source code is included, connect to the ip address and port the server is running via a regular telnet client.

Languages
Top Categories
Global Discovery