Advertisement

Results for "Volume: 2002C"

2002C #8937
Animated Glass Cube Effect using StretchBlt

This code animates a glass cube moving on a picture in real-time. Almost the same as that Windows 95 screen saver (the moving glass boll). I though this code can help make a screen-saver like that. (You have to e-mail me a copy of that screen-saver please)

2002C #16192
Minesweeper

This is a version of a Minesweeper game (like the one in a standard Microsoft game folder), written in Windows SDK. It consists of a 10 x 10 field with 10 randomly placed bombs. Left-clicking opens a cell, right-clicking flags the cell for a bomb, and second right-clicking unflags a flagged cell. Opened cells are either blank, or show you a number of ajdacent bombs. The code doesn't maintain scores in an ini ile, nor does it time your peformance; but it lets you play over and over until you really get tired of it. Enjoy!

2002C #8962
DAOTableToHTML

Convert a database table to HTML

2002C #8852
*** Destroy a file without getting error! ***

This DOES use the kill function, but when you use this it actually opens the file you want to destroy, cleans it out, then deletes it so you don't get any error because of sensitive data!

2002C #16185
magic windows

Ever wanted to hide windows you did not want you boss/parents to see while u r working(or playing!!!),magic windows let's u hide/unhide windows with ease.My first submission in c++ on PSC .After working in vb for a long time ,found out c++ is way ahead of vb.Absolute control ,that is what c++ is all abt.Please do send me your comments at venky_dude@yahoo.com

2002C #8847
* Make your own Active X Binary Control!!! *

* This is the code to put in the General place of you UserControl. By Doing this you can make a Active-X control that Makes Text to Binary, Binary to Text, and to see if a string is Binary! *

2002C #8848
* Make Your Own *WAV* Player! *

This is the code to *PLAY*, *STOP*, and *LOOP* WAV files. Its really easy! even for a beginner! You can make your own WAV Player!

2002C #8849
* Ultimate Window Handler! *

This is the ultimate window handler. This can *Hide a window* *Show a window* *Minimize Window* *Maximize Window* *Close Window*

2002C #16404
Pointers in C and C++

Struggling with pointers in C or C++? This tutorial takes a unique approach to explaining pointers.

2002C #8965
SetTransparent

This code makes the form Tranparent but keep the OBJECTS visible. Orignally Written by Kalani COM Modified by Satin Katiyar

2002C #8938
Split any file into smaller files

This code will read any large file and split it into smaller chuncks so you can copy to stiffy,e-mail or ftp it. This code is for you out there playing with file management etc. This code is very basic but it does some cool things. It will leave the source file and will create a bunch of smaller files in the same directory.. This code can be modified to output directly to the stiffy drive if you want.

2002C #16382
Combat

This is a little game inspired by the old Atari 2600 game "Combat." Its basically complete, except a little polishing (mostly a menu, and better AI). You control a tank, and attempt to destroy the computer's tank. There are several hazards (such as flame throwers and mines), terrain types (such as water and grass), as well as some simple power-ups. Several pre-made arenas are included, or you can try and make your own (very crude, but simple). Unfortunately, I had to shrink all the images down in order to upload this, so everything looks a little grainy.

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 #8968
Change the Keyboard Speed and Delay

This code allows you to change the Keyboard speed (0 to 31) and delay (0 to 3).. useful in games or as an alternative to using the keyboard control panel.

2002C #16342
DLL Callback

This sample demonstrates the use of asyncronous inner-process operations. In this case we have an app that wants to get data from a DB, which could take a undefined long amount of time. The app wants to do other work while waiting for the result of the DB-Call. It calls the "GetDBData()"-function, which returns immediately. After the DLL-function has done its work, it notifies the caller app via the CALLBACK-function "DataReadNotify()".

2002C #8970
Combo_TypeAhead

Allows the VB combobox to have a type-ahead feature like the combobox in Access. If there are any matching items in the combobox list, it will automatically "fill in" the missing portions of the item and select it. This will work for multiple characters, not just the first character of the string. *** This is an expanded version of the original code *** The updates allow for new items to be added into the list, automatically. It also will handle the delete key (the previous code did not.)

2002C #15974
^NEW^ -- wildcard string compare (globbing)

matches a string against a wildcard string such as "*.*" or "bl?h.*" etc. This is good for file globbing or to match hostmasks.

2002C #16219
MasterKong 2D

This is a 2D video game. Features Is now Compatible with DirectX 8 2 Programs Level Editor and game itself Game comes with 5 levels. Contains over 60 bitmaps and 23 source files total. Some of the features of the game itself Projectiles , 2D Character Animation, Tile map, Options Screen, Start Screen Game Over Screen, About Screen,SoundHandler, and level select screen. The code is fully object oriented however does not use MFC or the Visual C++ code generators. Code features including enumerated constants, abstract data types, inheritance,pure virtual functions and more. Utilizing MasterX SDK 1.8, and all code was typed out by hand. Update Now contains level add on pack "Grandma Returns" Designed by Lee Trager Update #2 Now contains new level addon pack with the "master X" level and "Desktop duel" by Carter Brown Update #3 MasterKong 1.1 realeased

2002C #8971
Changing priority

This code fragment demonstrates how you can get a program to change it's own priority. Sometimes it is necessary to change the priority of a process from the default. The example that prompted this code was a program I had to launch from a commercial scheduler always defaulted to idle priority. This caused the program to miss it's processing deadline. Increasing the priority to normal or high solved the problem.

2002C #17141
FOOApp

The FOOApp: A complete Classified Ads application showing how to use Active Server Pages' ADO database techniques, SQL techniques, cookies for "remembering", VBScript client-side field validation, and much more. FREE!

Languages
Top Categories
Global Discovery