Advertisement

Results for "Volume: 2002C"

2002C #11878
Choplifter Update

This is an update to my earlier Choplifter. You can now define you keys, choose you difficulty level and skip the annoying beggining. A few bugs on the in-game play were fixed too.(Sorry, still haven't added the helicopter blades) But seriously, this game is a lot of fun. You're helicopter has a regular gun and then it also has bombs. You try to save the people below while dodging tank fire. In all honesty though, it's almost more fun just to kill the people and watch the little grave stones pop up in there place. ENJOY!!!

2002C #10752
Console. The Personal Organiser For Your PC

This is Console. The personal organiser for your PC. Features include: - Media Player capable of playing wavs, mp3s mpegs, avis and most other formats. - Notes section. - Memos. - Alarm capable of playing a sound or shutting down the computer. - Playlist editor/player with random option. - Quick access to registry, control panel, cd player and other Windows programs. - Net search option. On Yahoo or Astalavista. - Favourite directories feature, for quick access to 5 of your most frequently used directories - Favourite programs section. - Always on top feature. - Borderless form that is moveable. - System tray icon. - Volume control and mute option. Many thanks to the author of CTARS-PADD for the idea and some features!! This can also be found on Planet Source Code.

2002C #11918
AlphaConvert

Converts two character strings of A-Z or AA-ZZ into integer equivalents. Example: User inputs "A", returns 1, user inputs AE, returns 110 and so on.

2002C #11116
TCP\IP and Email Direct Transfer

File Transfer Program using Mapi and Winsock. Allows multiple connections, works from behind a proxy server, zips and encrypts files. Server and client programs

2002C #9219
BadDistort Image Manipulator

This somewhat strange project demonstrates using the GetPixel and SetPixel functions to separate the color channels and process an image as it's being drawn. Different values can be tweeked as the image is continually filtered. This particular project can distort images with simple filters (Pixel Intensity Oscillation, Channel separated Brightness, both monochrome and non-monochrome Noise Distortion, Posterize).

2002C #10499
A Cool Advanced Starfield

This is the updated version of my other Starfield. In this version the user can change the direction of the stars movement, the speed at which they travel, and the background's color. Another cool feature of this one is that a picture box control is no longer needed! Definitaly a must see. Please Vote for Me!

2002C #11220
aMAZEing 3D shading

aMAZEing shading is a 3D Doom-style game. It has nice depth cueing rendering on the polygons, plus some twinkling stars in the backround as a bonus. If you thought that 3D couldn't be achieved real-time in VB, think again. And if you thought this was good, wrong again. I have two other versions of the game (one uses DX7, the other is pure VB) both of which have cool perspective textured mapped graphics (pictures on the walls!) both available on the website. They are far better than this, go look at them. This was just a fun experiment with the original program, to keep those waiting for the final version [which will have floor, ceiling and monsters soon] happy for a while. I'd like to emphasise that this version [and the final one] does NOT use DirectX, or any DLL's or ocx's which were written in faster programming languages. This has so far and will continue to be achieved in pure VB code to prove that it's possible to make a 3D texture mapped game in pure VB code. NOTE : please DO NOT vote for this game (!), please vote for my original aMAZEing 3D game instead [although I have no objection if you'd like to vote for both!]

2002C #11928
DaysWorks

WorkingDays counts days except Weekends and Holidays

2002C #11929
GoldMP3

Using Windows Media Player to play MP3's

2002C #11487
EASIEST Registry Read \ Write For Beginners : NO API

If you are one of those people who have been programming for 6 yrs and vote poor for every code that's not useful to you, THIS CODE IS NOT FOR YOU. It is intended for use by begginers only, and allows them to have simple registry read \ write. I REPEAT : THIS CODE IS FOR BEGGINERS ONLY.

2002C #11927
Password Generator

Make your programs registerable, so that users will be more apt to pay you.

2002C #10869
Convert VB6 to VB5 every time a project loads! *** Updated version! ***

This program converts the VB6 project file to VB5, before opening VB to open the file. If the file is already VB5 compatible it will leave it alone. Compile the file to the same folder where Vb5.exe is and then hold down SHIFT while right clicking on a .vbp file. Choose Open with... then click on other and choose the file that you compiled. Now whenever you open a .vbp file it will convert it then allow VB to open it. NOTE: if there are more tags that are not VB5 compatible, please tell me. The old version did not work with project files that had a space in the path, but this version is compatible. If you like this app, please rate it.

2002C #11682
dollar-web emulator

never released on planetsourcecode.com is a paidforsurf emulator. i created this in about 5minutes with inet, not that useless web-browser component. it's very small and very simple. you can play around with the code to get it to look good or whatever. but the planetsourcecode database is in need for a program like this, so here. also, this is not one of those fakesurf programs which make it impossible to use your computer while that's on, this emulates the hours for you, while do whatever, make lot's of money with no effort :]

2002C #9276
Total String Manipulation!

Several examples on how to totally manipulate a string. How to Reverse Strings, Add Spaces, make a string "Elite", etc. Also demonstrates how to get letters from a string and add to them or remove them. It is heavily commented and should really help a lot of people. Cool stuff. (:

2002C #11421
Advanced High-Speed Sectional CRC32 Wrapping protection for your Exe of any size

Calculates a unique CRC32 hash based on strings from important sections of your exe (as opposed to the entire exe, including non-critical things such as images, sound etc). This means you can protect exe's of virtually ANY size using CRC32. If you choose your sections carefully enough, the protection can be just about as good as if you had protected every byte in the file. Please vote for this if you think it's worthy of one :-)

2002C #11945
Ultimate Screen Saver Template

This code is a template for any screen saver that you wish to create, with features like config and password dialogs, preview screen, and more! Also, this code will automatically compile to the C:\Windows directory (directions for changing this directory are in the text file if C:\Windows is not your Windows directory). If you like this code, please vote for me.

2002C #11390
Arrow Game

To play a great, simple game. Keeps kids busy for hours and teaches them some laws of physics.

2002C #11697
Othello *Updated*

I have updated to give some AI. This is a version of the old board game othello - I converted it from DataBasic and was originally written about 5 years ago. It is not totally complete but will give a good starting point. I will be updating it to allow you to play against the computer (as yet you cannot). let me know what you think.

2002C #11698
Number Dialer

This little application was built for use with a terminal emulator connected to a modem. I use this at work for dialing customer sites to connect into their DBMS system. I was fed up using the wIntegrate version as you could not resort the telephone numbers so I wrote my own which also uses the same dailer.txt file that wIntegrate uses. It shows how to use SendKeys and also how to use the textstream method of the FileSystemObject

2002C #11524
AutoComplete Class

Add AutoComplete to a combobox. Written as a class for extreme ease of use.

Languages
Top Categories
Global Discovery