Results for "Volume: 2002C"
Have you ever played Scourched Earth, a game where two or more tanks strive to blow one another away? This is my version of that game, except not as many featrues. Take a look at it, for at leat it's really cool. Please leave a comment.
Updated code! This function converts numbers into any base, and any base into decimal! Works frek-in' awesome!
A small light weight video poker clone to procrastinate with when you should be working on that script or coding your companies next front end GUI app. I submitted a video poker clone a while back. It was grossly overweight(a little over 6.5 megs!!!). It was kind of an eye sore also. I tried to trim this one down a bit( the binary is down to 80k). The whole prog. uses the raw win32 API for the GUI and a few DirectDraw API calls for bitmap bltting. In the end, it was really fun to do a total re-write of the entire code. Have Fun!!!
Taken from Windows Magazine August 1999 Agent is Microsoft's name for the technology that puts those "cute" cartoon characters on the screen while running any Microsoft Office application. This technoloty will be a standard feature of Windows 2000, but you can also add it to Windows 98 or Windows 95 viea a free download at "HTTP://msdn.microsoft.com/workshop/imedia/agent/agentdl.asp" Once you install this update, you can use these characters in your applications, including macros!
What this API call does is suspend ALL actions for a certain amount of milliseconds(1000 milliseconds=1 second)(duh...)
A nice little MP3 music player / decoder. The unit is fully skinnable (3 skins included). Features a fully operational Play list w/ shuffle and loop functions. I am looking for help on building add on DLL plugins for sound effects and visualizations. The code is written in Visual C++ 6.0.
The most advansed pathfinding algorithm the A Star, fully comented and easy to use;along with the test program; Please give me some feedback;
This example shows you how to shape your applications window to any bitmap in a resource really good looking effect for your apps.
Automatically redials the specified DUN connection. Designed to keep you online 24/7. Also shows how to put your program in the system tray. shows adding and how to find out windows uptime.
An example of how to use winsock sockets (tcp/ip connection) to create a simple console based chat program.
This is Battle Net Chat application allow you to connect chat execute command and more with the real Battle Net screen images and more... Please visit my new web site and see what you can do ! VB power !!! come and chat with me http://www.virtualgamer.t2u.com
This module has the following functions (pretty self explanitory): GetX, GetY, LeftClick, LeftDown, LeftUp, RightClick, RightUp, RightDown, MiddleClick, MiddleDown, MiddleUp, MoveMouse, SetMousePos
The MVX Game Engine is a combination of various functions and classes you can use to create your own video games or DirectX8 applications.
This is, I think, the easiest way to center a form. It is the way reccomended by Microsoft and Microsoft Press. Just stick it into your form_load.
This program includes functions for performing Boolean (bitwise) AND, OR, and XOR; as well as left shift, right shift, and one's complement. Right now, the subroutines are set up to use the values in the textboxes and output the results to another text box. However, you can easily modify them to take passed variables and return the results as a function.
This program allows users to choose a color and pen size to draw on a picture box and the user can also make circles and fill the picture box with a certain color. ****UPDATED**** August 14. New tools include Circular Gradient maker and Gradient maker,eye dropper and I also put the tools into a list box so it is easier to find. I also improved the pen tool so it doesn't skip.
This program is a zelda clone that I made to learn how to use tilemaps. It's a very fun game! Be sure to play with the level editor! Instructions are included in a word document if you need help! Lost Side Dead!!!!!! www.lostsidedead.com
Wipes with SIN-Effects a Picture(BMP) transparentlx over a Background-Picture(BMP).Both Picture can be loaded at runtime. Based on different Source from Planet-Source-Code-Website.
This code is a game where you have 10 people (excelent graphics) who are shooting each other until only one or none remain.Every unit has a health bar which is reduced after taking a hit.When a unit dies it is shown as falling and blod is left under the body. Please vote and give me some feedback :)
Demonstrates basic fuctions such as Add, Remove & Clear; but also some advanced funtions that use API tricks to find the index value for a string (or partial string); change an item in the list without knowing the index value in advance; and display a tooltip containing the complete name for items too wide to fit in the visible box (and only those items! Even checks for the existence of a scrollbar on the listbox). The comments in Instructions.bas will walk you though all the functions, and the code is heavily commented for the novice.