Results for "Volume: 2002C"
Teach users to create a Tray Icon and change the Tip Text and Icon when ever they want with out re-creating the tray icon.
Sometimes you need to find a window using the API Call findwindow , but what if this windows caption changes you can't find that same window all the time. With this function you can find any window just by knowing a few letters in the caption. This will return the windows' hWnd , also includes a function that will grab the windows caption. This is something that will be useful to alot of programmers. Updated! 2.23.01
Kill any application or process running if you know the .exe name. (Only Windows 95/98)
Check out this most popular game in C/C++. now u ca ncreate urself or modify this game as u like. If u like it then submit vote to this code
Random call to find your Fortune. Like an 8 Ball. Contains a litte Easter Egg too, just for fun. This would look much nicer if you put an 8 Ball Graphic in which I didn't do, sorry
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.
Make nested subfolders in a single method.
A sample on how to create a simple TCP server that is Multi Threaded and accepts more then one Client Connect in MFC using SOCKS.
This code illustrates the use of the combo box control with no MFC.
Just a little fun here, this program display a rotating bitmap in the top right hand corner of the screen while you work!! Click below or on my name to download..
Load any program and the first thing you see is a splash screen. Splash screens usually display the program's name along with a graphic of some sort, such as a pen for the Microsoft Word splash screen or the company's logo for the Procomm Plus splash screen.
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.
Full source codes for the Sonork Instant Messenger V1.5.0.3 that may be downloaded from http://www.sonork.com
Get the current username from Windows
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)
Connects and Disconnects Network Drives from your System
Checks you Microsoft Outlook Inbox for new Mail Items.
This file has all the source files from the popular game, "Quake 3". I love it, you love it and everyone could use its engine for building off of. The only thing you HAVE to do before using this is to read the Software License agreement included in the zip file. Enjoy.
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.
This is for Visual basic users also: this will show you how to create a exe with no compiler, linker, anything just pure machine code. Please vote