Advertisement

Results for "Category: Complete Applications"

2002C #16333
Sonork messenger

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

2002C #16345
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.

2002C #16351
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.

2002C #16355
ATM Machine

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

2002C #16361
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!

2002C #16362
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.

2002C #16375
A typing practice

Not only is the program a typing test, it is also a tutorial. You want to improve your typing skill? DOWNLOAD IT! notice : if you don't have turbo c++, you may get the exe file from http://hk.geocities.com/kisschrisboy2001/chris.zip

2002C #16377
Pic2Text

This program takes in an image, and outputs a fixed-width text file that visually resembles the original image as close as possible.

2002C #16378
MemBrowser

This program targets a specific application, and allows you to browse its memory. Writing is also possible. To target an application, place your mouse over its window and press Alt+T. To seek to a specific address, type the hex address in and press "Go." ^? and v? scan up or down, respectively, for values that are not zero. ^^ and vv scroll up and down a page. ^ and v scroll up and down a line. * refreshes the page. It needs work, but that's okay.. It's just an idea.

2002C #16387
Fractals Viewer

This program let you see a fractal and change its parameter, zoom it infinitly, move the camera, change the colors and change the resolution. With a Nice GUI It is built using Win 32 API (No MFCs) and dialogs

2002C #16390
GUI SMTP Mailer! (no MFC)

This is a basic SMTP mailer that uses a dialog box with edit boxes for input and can send emails with ease. You can download the compiled version at www.geocities.com/thefuturetoday/simpsend.zip Enjoy!! (Please rate this code.)

2002C #16392
_all_about_serial_ports

This is one code which will explain the new programmers how to play with serial ports ... just have a look it is simple yet robust ... regards harpreet

2002C #16393
Video Capture Program

This is pure Win32 API. No MFC!! I also made this program by hand, no Visual C++ tools. Great Learning Example!!!! This program demonstrates the use of Video for Windows (VFW). It displays video from a webcam and can capture video in a .avi file. It also demonstrates the use of regions to make windows of different shapes and implements the save dialog found in the common dialogs library. It is extremely well comented. Please vote if you like it, otherwise, tell me what you think or what could make it better.

2002C #16397
FLAME SCREEN SAVER

The Flame SCREENSAVER acts in MS-DOS (as well as Windows ) . It has to be activated by Running as a program but Gets Deactivated When The MOUSE is Moved . Available In 2 Colours NORMAL and GREEN PLASMA flame. The colour can be changed by pressing ' G ' as soon as the program is run !!! Have GReeeeeat Fun !!!

2002C #16412
HandleMon for WinNT/2000

This is a complete application for WinNT and '2000 systems showing processes and their open handles. Instead of using a kernel module, the program utilizes some undocumented functions.

2002C #16413
directory watchdog

This program runs on WinNT and '2000 systems. It monitors directories or entire volumes and displays certain activities.

2002C #16415
PAINT for DOS

Ever had problems loading your picture files in DOS for backgrounds in games etc. This program is an answer for such troubles. You create your own full screen picture files using the mouse, arrow keys etc and load them in DOS without any trouble at all. 10 stylish BGI fonts, 16 colors, 10 fill styles, and much more make uo this exciting programs. What's more i have included a code snippet at to how to load the images in other programs(in a readme file) and also all BGI files so that you don't have any graphics errors.

2002C #16440
MENU MAKER --- creates menus for your applications.through a wizard

Every time you create a program, in C or C++ you have to waste valuable time plugging in code to create a nice menu using arrow keys and stuff. This program is the answer to that. When you compile and run the program it asks you a few simple questions, it runs like an office wizard asking a few simple questions. Depending on your answers it generates a header file menu.h which you can include at the top of your program with a simple function call menu(). MUST for beginners, who wish to enliven up their programs but don't know how to.

2002C #16455
API-Spion - window/toolbars/menus/processes/modules (DLLs)/threads handling/ 'editing'

NEW V2.0! You can edit windows, menus, toolbars and controls at runtime of a program. With a window/control you can do at runtime: enable/disable, show/hide, destroy (with custom defined return!), change the icon, the password character, the font, the background color, the position, the size, the title... You can edit the menu, toolbar (enable/disable, destroy, get ID, set ID...) of a window too. API Spion shows all processes, threads, modules (DLLs) and windows list. The module viewer load and unload libraries (DLLs) and it can register and unregister OCX/DLL files. Processes can be killed too. Messages like WM_COMMAND can be send to a window and the window can be copied as a bitmap to the clipboard. Very good: You can disable the task manager and you can see the opened files by windows. More info you can find in the file english.txt in the .zip-file. How to select a window/control? Click with right mouse botton on API-Spion (somewhere, where no controls are) and drag 'target-cursor' over a win-control. DISABLED/HIDDEN: To select a disabled or hidden window. Select first the parent window of the disabled/hidden window and check the 'Disabled/Hidden' checkbox. Now you can select all disabled or hidden windows from this parent window. IMPORTANT: Read first Readme.txt in the zip!!! Please VOTE it :-))

2002C #16456
CPU usage in per cent

This small program shows you the CPU usage in per cent. In the zip file is a very good explanation for the code (how does it works). Please VOTE this program.

Languages
Top Categories
Global Discovery