Code creates a class that will easily allow beginners to include a progress bar in their applications. Its always nice to show progress when loading or performing long routines so that users know to wait.
File List:
Progress Bar.dsp
4Kb
Progress Bar.dsw
1Kb
Progress Bar.ncb
115Kb
Progress Bar.opt
48Kb
Progress Bar.plg
1Kb
Progress Bar.sln
1Kb
Progress Bar.suo
9Kb
Progress Bar.vcproj
4Kb
cprogbar.cpp
12Kb
cprogbar.h
2Kb
main.cpp
5Kb
Similar code
A really cool binary translator!
(Popularity: ) : This binary translator will not translate the text to decimal, but it will translate it to a char! As example. 1101000 1101001 will be translated as 'hi'. You can also translate huge load of text. Have fun! XFile To HTML Converter
(Popularity: ) : It converts any file (execpt binary don't know why you'd convert a binary file in a html file anyway) into html. I did this because I saw some source code where #include was messed up because of the < and ... XList - Pointer List Class
(Popularity: ) : This class can hold a list of pointers. It dynamically resizes itself. There are a number of functions in the class that make using it easier. I hope you find it useful. Enjoy! DirShow
(Popularity: ) : The DirShow is a Directory Viewer Program. This Program was designed in C Language Using Graphics. This also includes some usefull Window Functions in Graphics Mode.This Program also includes Mouse Functions for User's Friendly Interface. A Window Tester
(Popularity: ) : This program allows you to preview a window before you create it. It allows you to modify the caption, style, icon, cursor, position and sizes of a window and then it shows you how it looks. It also generates the ... A Bitmap Joiner
(Popularity: ) : A program that takes a bunch of bitmaps and attaches them together side-by-side and puts them on the clipboard. The bitmaps then can be pasted into Paint by clicking Edit->Paste. xCreateRemoteThread
(Popularity: ) : The xCreateRemoteThread function creates a thread that runs in the address space of another process. The result is the same as from the original CreateRemoteThread only this function works a bit different its using GetThreadContext and SetThreadContext to let a ... Write your own IO Devices for 8086 Microprocessor Emulator
(Popularity: ) : This sample just reads and writes data to a virtual port. You can use these sample to create your own devices for Emu8086 (Microprocessor Emulator). You may try creating a robot or something, and then use assembly language to control ... Zeta Scripting Language and Interpreter
(Popularity: ) : An interpreter for a simple scripting language I created called Zeta. Windows Encoder/Decoder
(Popularity: ) : Basic encoder that uses a key string to transform a given message. Plus, demonstrates some cool Windows tricks, like control coloring and accelerators.