Advertisement

Results for "Volume: 2_2002-2004"

2_2002-2004 #125457
KeybClass

This code demonstrates how to capture keyboard inputs all over windows. A class module is provided, and a 2nd example is provided to capture all keyboard keys, including special keys

2_2002-2004 #125458
teletubies game

introduction to game making (very simple.

2_2002-2004 #125459
Memory Information

The code, displays information about the memory status of your system.It gives you the ability to see your current:available Ram, virtual memory, page file, total Ram, etc.If you like, please vote for me.

2_2002-2004 #125460
Dir Monitor

ActiveX dll source code & test project which monitors a directory for changes. It will watch for files being added or deleted, and changes in attributes or size, and raise an event when a change occurs. I have not used any api calls for this, so there ARE more efficient ways to write this code. I needed to get it done, and was having too much trouble with the api calls working smoothly. I don't care if you vote, but would really appreciate constructive comments. Thx

2_2002-2004 #125461
Get/Set/Clear Bits from a numeric value

The modual contains 3 functions (full documentation is included in the modual) that let you change bits in a numeric value. This is very usefull as you can store 8 Boolean values in a single byte. It is also usefull for reading headers from Binary files (ie MP3's, MP3 ID3v2 tags). All of the functions are acheived using the AND, OR and XOR operators, also a good example of using these operators.

2_2002-2004 #125462
a - Generate your own Random Numbers!

This simple program generates random numbers using the basic mathematical methods. The methods are 1. Mixed Congruential 2. Multiplicative Congruential 3. Additive Congruential. Understand the simple mathematics involved! No API's used.

2_2002-2004 #125463
Very tight splash screen in 2 steps...

Create a very very nice splash screen that will impress a user in 2 steps. The effect is hard to explain, but it is really eye catching.

2_2002-2004 #126228
MS Works 2000 Style Menus: Version 1.03

Replicates MS Works 2000 horizontal and vertical menus. Displaying Disabled Items, Hover Items (Hot Tracking - v1.01), ToolTips (v1.02), Graduated Selection/HiLite (v1.03), Seperator Lines, etc all configurable. Demonstration application included to demonstrate all the features of the controls. Please vote for this project & happy coding!

2_2002-2004 #126229
Functions For Reading and Writing Text Files

This code consists of 2 Function (ReadFile and WriteFile). All you have to do is Point ReadFile to a filepath and it will return the text within that file. Write file recieves a filepath and the string value to save to it. They include simple error handling..and can easily and quickly be advanced to handle open and save dialogs.

2_2002-2004 #125464
IsExpired

This code checks the difference between today and any expiration date. Using VB6 functions DateDiff and TimeValue it will evaluate the dates and tell you if we are past the expiration date or not. [Highly commented.]

2_2002-2004 #125465
Encryption Program for TEXT, HTML or any text format file/input!

Using a user-defined KEY, my software will totally securely encrypt the text, with it as impossible as it gets to crack. Options to import text, open files, and save encrypted code as ANY format. DOWNLOAD THIS!

2_2002-2004 #125466
SicklidShare2

This is a new version of SicklidShare witch is a Peer to peer filesharing program that now has a chatroom for multichat,ip-ping,portscanner and a mp3 player.We are currenty working on a multiperson filesharing.This is only a one on one fileshareing at the momment.There will be more to come in later versions.

2_2002-2004 #125467
CamEVU - Webcam Viewing Utility

This is the source code to my open source, freeware cam viewing utility - CamEVU. It's meant to allow users the ability to view webcams through this application rather than having to have a bunch of Internet browsers open sucking up system resources. It's not for everyone, but some people (including myself) find it useful. Let me know what you think! Updated June 13, 2001.

2_2002-2004 #125468
WinSpy

It allows the user to navigate through all the Window handles starting at the desktop and veiw both the window handle and class information... It displays this both in a list box and as a treeview.....

2_2002-2004 #125469
Teletubies Game V.2

A simple Teletubies Killing game. Now includes sounds!

2_2002-2004 #125470
A Software Inventory Database App

Very simple application that stores information about software. Stores Title,Serial#/CD-Key, Company/Author. Most significant thing is the use of DAO 3.6 to manipulate the database and write the report for printing. Code is commented, and clean. Limited error-checking and input checking. I do not plan on doing much more with this program, other than use it to keep a list of my own software. Please give me comments, votes NOT needed or requested.

2_2002-2004 #125471
Mouse Functions

I know there are other posts on PSC that do similar, but I wanted to put some of the mouse functions I found useful into a class module. You can show or hide the cursor, swap mouse buttons, perform left clicks or right clicks on different handles (Good to possibly use with sendkeys were you need to click a button). Also has a mouse trap option that takes any handle (not just a form). Let me know what other functions you think i should include I know I could have put in LMouseDown and LMouseUp, but I never really had to use them. But if you want me to put them in, I will and then I'll upload this page. Vote if you think the code is useful.

2_2002-2004 #125472
A Complete & Easy SysTray Dll

This dll and test project allow you to easily place an icon in the system tray and set its tooltip. This dll provides MouseMove, MouseDown, MouseUp, Click, DoubleClick, Minimize, and Restore events, and allows you to easily minimize a form to the tray. You can also specify a popup menu, and how it responds. (eg: on right click,double click etc...) I've added a new property (Persistent) which reloads the icon if Explorer crashes. Please let me know if you find any bugs with it.

2_2002-2004 #125473
Lock a Windows NT Workstation in One Line of Code

Simple. This locks a Windows NT-based computer in one line of code. This would be the same as the user pressing CTRL-ALT-DEL and pressing "Lock Computer". NOTE: You must have WinNT 5.0 or later. (that's 2000 or XP)

2_2002-2004 #125474
A Cool DirectX Game

This is Mr. Eat Gum Guy 2. This version uses Direct Draw, Direct Sound, Direct Music, and Direct Input. It has a 1 Player and 2 Player mode, the user can select the resolution the game should play at as well as the option of whether or not to play sound effects or music. This games file size is very small because I used tiling instead of just plopping a 640x480 sized bitmap on the screen. This is very neato code and must have muchos votes. Hey, if you put this code on planet source code, I would give you 5 stars. Thanks for your time.

Languages
Top Categories
Global Discovery