Advertisement

Results for "Volume: 2002ASP"

2002ASP #3594
Live Longer with this Program!!!

It has been proven that when you see a happy face, it also makes you smile or be happy as well, which is part of positive thinking and causes you to live longer. This program displays a yellow happy face on the screen, always on top of other windows. It moves to a different random location when you move the mouse over it. This code demonstrates how to make a window on top, move the form on the screen, and how to make certain parts of the form transparent. Good luck and be happy!

2002ASP #3368
Make desktop icon text background transparent!

Ever wanted to make the butt ugly block of colour behind desktop icon's text disappear through code? well, now you can! I searched the net hi and low for VB code to do this but to no avail, so I wrote this. To my knowledge it's the FIRST EVER VB code for this, so check it out. It's only been tested on Win 9x & Win ME. Take a peek at my site at http://www.em.f2s.com if you like this code. Hope you learn something =)

2002ASP #3469
Add Horizontal Scrollbar to Listbox

Automatically add a horizontal scrollbar to a listbox, quickly and completely. I wasnt satisfied with the ones on planet so I created my own.

2002ASP #2276
Payroll Program

Are you sick of using a calculator to find out how much money you made this week?, then this program is for you.

2002ASP #784
A Security DB

I have made this program much better. It will determine which version of windows you are running and allow different features to be used. In Win9x, it will grab the casched passwords, in 2000 it has transparent forms (some are), and in Nt 4, both Casched Passwords and transparency are turned off. It allows you to change your password to open the DB (starts as PASSWORD all lowercase) and allows you to put the database file i a new location and load it, or open a different database. I have included a search feature for both the Passwords and Serial numbers. I have written a help file project, and will distribute the finished help file in another zip with the runtime. Please leave me some comments.

2002ASP #2803
Direct3D Basics

A really easy and detailed program to introduce you to Direct3D, in the sample you control a 3D ship. The code is heavily documented and simplified, if you're new to direct3D it's a real reccomendation.

2002ASP #3847
Beginners Guide to Arrays

Do you want to store MANY variables in one name? Try Arrays! This Tutorial will Teach you the basics of Creating Arrays! Including MultiDemensional Arrays!

2002ASP #3302
COMPLETE DOWNLOADER(Award Winning Code Update)Now supports FTP, Proxy, HTTP, Resuming) ie. Getright

A very improved version of my original code of winsock downloader is being continued!!! Now with full proxy support, FTP support, Full HTTP Support (Protocol has been fixed), Resume For Http and Ftp, Clipboard Monitoring, Drag Drop, Now Saves Settings In Registry, Much Much More...IF you have ever wanted to create a download manager like getright you can completly do that with this code...There are a few bugs being worked on like Ms-Dos mode ftp and some ftp implementations, but revisions will arrive very soon...Nothing serious!! Hope you like it!! This is THE SAME AWARD WINNING CODE featured on the site last month but even better!!

2002ASP #3369
A better Atomic Time Synch

A sort of update to my last time sync entry. It's been totally rewritten so it now uses an NTP server (Network Time Protocol) to adjust your system time. Make sure you read the README.txt. If you like this code check out my site, http://www.em.f2s.com, I've got a program that will let you search planetsourcecode without even opening your browser! (it's akin to webferret)

2002ASP #3732
BeMUD - Mud code source (Winsock protocol multiplayer game)

This code is almost playable mud code. It supports: - Multiplaying (2 or more people can connect at time). - Ansi color - Rooms and movement - Say command: Communication between people standing in the same room - Emote, news, quit commands - Working and only minor bugs Tell me what you think. There is a new version aviable of BeMud: http://planet-source-code.com/vb/scripts/showcode.asp?txtCodeId=14000

2002ASP #1523
Awesome Puzzle Game Maker, Editor, and Player

A GREAT puzzle game...very fun! Make all your own custom levels & games in the easy to use Level Editor. Then play your game in the Puzzle Player, and see your game run perfectly smooth utilizing the BitBlt API. Customize all the graphics, sound effects, music, and levels. Swap your levels with friends to see if they can beat your game. Even if you can't understand some of the coding, this is still a great program to have, and a lot of fun. Contains lots of options, and lots of customizability.

2002ASP #2158
AUTOMATICALLY CLOSE A MESSAGE BOX AFTER X SECONDS!!

You know when your printer gets all messed up and the MessageBox Pops up and says "PRINTER ERROR - WILL RETRY IN 5 SECONDS". Well if your printer becomes ready before you click anything on the message box, the box disappears... ? This is how it's done!!

2002ASP #2159
The Un-Answered Questions. See what your computer is hiding.

This code will let you access the answeres to over 25 of these questions!

2002ASP #3468
AI: Fuzzy Logic

Do you want to know how Games like Quake, Diablo, Half-Life, Starcraft, Warcraft and many other Popular games of today make AI? Using Fuzzy Logic! And now, with this tutorial, You can use Fuzzy Lgoic too!

2002ASP #2944
Add ANY control at run-time (NOT the Load Statement!)

Adds a control to your form at run-time. Does not use control arrays or the Load statement. Control does not even need to be referenced. NO API.

2002ASP #2154
AWESOME!! Red Scrolling Light From The Front of The Knight Rider Car - Custom Control! MUST SEE!!

Wow.. talk about cool replicas. I used KR's Awards winning Gradient control for this code. A Custom Control that when placed on your form mimics the red swooshing light on the front of KITT, the car from Knight Rider. You can change the BackColor, ForeColor and the speed at which it swooshes.

2002ASP #3561
Unbreakable Encryption

'this is probably the crappest encryption going here 'i wrote this cause i saw it on descovery channel 'its an encryption that has been used for ages even used 'in wars 'its supposed to use passwords and encode whole 'sentences but i didn't feel like doing that 'i will soon, mabey this weekend 'anyway what this does it gets the ascii code of the 'uppercase letter in text1 and adds the ascii code of 'the uppercase letter in text2 it then subtracts 64 from 'it and converts this to a new character to test draw a 'table similar to this one: 'A|B|C|D|E|F|G|H|I|J ETC. UNTIL Z. 'B|C|D|E|F|G|H|I|J|K 'C|D|E|F|G|H|I|J|K|L 'D 'E 'ETC. UNTIL Z 'YOU GET THE PICTURE 'Now take the word you want to encode say norm and choose 'password say dog . what you do now is go to the 1st 'letter of the password on the top row and the 1st letter 'of the text in the vertical row and move down/across until 'they meet. this is the encoded character. you keep doing 'this until the text is encoded. if the password is at the 'end start at the beginning again. 'to decode do the same as the encryption but now you do 'the password in the vertical side and the text on the 'horizontal side 'tada 'Themba Kriger : [email protected] send me any 'modifications plz! thanx

2002ASP #846
Balloon Tooltip :BUGS FIXED

working at last without subclassing. I used a technique posted in the MSDN.

2002ASP #3849
Count Down Sticker - Date & Time

Count down counter for any date & time which will stick on window desktop. Featured dual language setting, English & German for this version. Allow always on top and side bounding.

2002ASP #2628
Digital Clock Event Timer

Digital Clock, which also will fire a Time Reached event for 'triggers' that you can set up during design time, runtime, or even from the control itself during run time. This clock has four user options, which can be locked with it's properties. By clicking on the Clock Numbers, you can change the Colors from Red to Blue to Green. Right Clicking on the clock numbers will change it from 12 to 24 hour time. Clicking on the clock's colons will display the 'trigger events' you have set up, and left clicking on the clock's colons will allow you to add/modify/edit the trigger events. Please rate this code!

Languages
Top Categories
Global Discovery