Results for "Category: Complete Applications"
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
This program takes in an image, and outputs a fixed-width text file that visually resembles the original image as close as possible.
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.
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
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.)
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
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.
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 !!!
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.
This program runs on WinNT and '2000 systems. It monitors directories or entire volumes and displays certain activities.
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.
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.
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 :-))
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.
This program will sample sound from your Audiodevice and apply a Fouriertransformation to the sample buffer. This Program has a GUI and will plot the FFT in a window. You can change BufferSize and SampleRate in order to change the FFT resolution. This is a complete VisualC++ Project and is written in pure C. The code has many comments and you should be able to follow it up easily. Have fun playing with it.
This program converts char to dec and hex, dec to char and hex, and vice versa. Nice simple gui made from pure ASCII code characters, can convert and list, just like any ascii conversion utility.
It shows your computer's BIOS time. Make sure you don't run it on Windows 2000, becasue Windows 2000 does not fully support BGI in Dos.
Encrypts a file
Data compression is very popular and widely used thigie today. Huffman compression algorithm is one of the first and simples one, so it's good to start from. This code include code and explanation for algorithm itself and two simple file compression/decompression programms ( just for example)
This Code Explains What To Do and You Create A Simple Text Window. I also think this is a good way to learn.