Advertisement

Results for "Volume: 6_2008-2009"

6_2008-2009 #205098
LR Encryptions X V.1.1

The porpose of this program is to encrypt text and files, there are two encryptions for text and one for files, the file encryption works with a key, the key is not a code,password, or numbers that you have to remember, its just a simple file on your computer, it gets the binary number of that file and thats what it uses to decrypt it, its kind of like win zip.

6_2008-2009 #205207
Game 15

Simple 15 game but built pretty well

6_2008-2009 #200003
Display Installed and Uninstalled Fonts samples and infos

This little piece of code will display all fonts (installed or not on your system) available on your computer, with some usefull statistics. Fully commented code for beginners/intermediates

6_2008-2009 #204161
FileThing (Explorer)

File Thing (simple file explorer) This is a small project I made, for just having a basic file-explorer. It looks a bit like the windows explorer does nothing than browsing and showing the files in a directory. It has no real function except for being a base implementation of a file explorer. But doubleclicking a file is working ! So all additional functions you need can be added. All functions are well documented. Feel free to modify this programm to your own needs.

6_2008-2009 #201813
A 00 PhoneBook - Fixed The Runtime Bug

PLEASE FIND A BUG!!!!!!!!!!!!!!!!!!!!!!! I DARE YA! I fixed the one that was found when you type somthign in the main interface when you have an empty dat file then click in the search list box. See if u can find more. By the way PLEASE VOTE!!!! thanx ;-) Well finally after heaps of emails complaining about the source safe protection HERE you go!! a non protected version, as you will see the code is a shocka, it really needs arrays. It reads everything off a text file to save HD Space. I am going to make an Access version prolly in about a month or so, well maybe longer coz i am doing my HSC. Anyway, this prog provides a simple to use, yet useful phonebook/contacts program. I have gone through and sussed out pretty much every bug I could think of, see if you can find any! I DARE YA TO FIND A BUG!!!!!!!!!!!!!!!!!!!!!!

6_2008-2009 #200428
Access Style Combo & ADO DataCombo Class

Create an MS Access Style Combo or ADO DataCombo using a class and a single property

6_2008-2009 #201292
LARGE Prime Number Checker

LARGE Prime Number Checker. Largest Possible Number = 9999999999999999999999999999 (Much larger than other prime number checkers). Its fairly quick for a number

6_2008-2009 #203084
MSN Bot

This will allow u to join a chat, and when u do u can Kick All, Host all, Dehost all, and so on.. Very simple and basic!!!!! If you come on MSN Saying you made these bot'z could u please mention my name a bit in the copyright or w/e u add to it... Give me a fead back on what u like/dislike............ Im looking for someone to program with if anyone is intrested add me to messenger [email protected]!!! Enjoy!!!!!!!

6_2008-2009 #195023
Mike's VirtualListbox! (update 5/19/03)

The reason i wrote this class and project demo was because the vb listbox control is a great, fast and easy way of storing large amounts of information in memory and then being able to retreive that info after from an organized list w/indexed items etc. But.. What you will see in this class is the exact same thing as the vb listbox control except for the activex control interface of course (not a bad idea if you wanted to make one with this class). I also wrote functions in this class that arent included within the vb listbox control, such as RemoveDuplicates, ResizeList, RemoveItemByString, and FindItem. This class is faster than vbs listbox because the vb listbox is a memory hog (when it's listcount is in the thousands) because of the graphic routines and cause of this its slow as well. If all your using the vb listbox for is to store info, like i said earlier, then this is a better substitute since it's just code based and faster; not to mention it can hold more than 32k items. The great part about this is you can just keep adding functions and your own routines or modify mine to your own liking. What you can learn from this class is the following: (1) How to use and create property functions in classes such as Property Get or Property Let. (2) How to use arrays and their features in vb, such as UBound and LBound, redeclaring arrays, and how to preserve them as well. Enjoy :) [update, added SetItem sub to store info as well as read infro from the listbox. I forgot to add this long ago)

6_2008-2009 #205029
GetGuidID

This code creates a Genuinely Unique Identification Number, {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}

6_2008-2009 #203696
I'm gonna keep doing this till I win code of the month : 3D Boat racers!

This game took me about 2 hours. Its fun and addictive, I think, and it runs fast on a 166mhz pc. You'll wanna slow this down abit, I expect. Race the evil Boris the nasty in this racing game, maybe the first or secnod such game on VB planetsourcecode. Anyway, its got to be the first 3D racer, and you can make a better one, just by downloading my 3D engine, my 3D model maker, and using your imagination and abit of VB code. Resspect

6_2008-2009 #205218
_Desktop Cam_

A Nice Looking Screen Capturing Tool. Use this camera take pictures of your desktop screen. You can take screenshots for your works using this program. By the way, your vote is appreciated by me.

6_2008-2009 #205030
GUID (Global Unique Identification Number) using API

The code bellow creates a Global Unique Identification Number (GUID), using the CoCreateGuid API found in OLE32.DLL on Windows 95, Windows 98, Windows Me, Windows NT and Windows 2000. The created GUID has five parts that represent the individual parts separated by dashes that you would see when viewing a CLSID or GUID in the system registry.

6_2008-2009 #199468
Smarty Report

Create Easy Report & Export Report to HTML Page You Can Use With VB VC Delphe Programmer Very Fast Smarty Report OCX with Example To how Use By VB You Can Download OCX from http://www.arabteam2000.com/prog/badwi/SmartReportOCX.zip

6_2008-2009 #201528
Traffic Simulator

Nothing, really, it simulates a basic traffic system. AI tell the cars to keep on route and make them turn at random when they reach a junction. This prog shows how to easy juse arrays in combination with bilblt to make STRATEGY GAME-ENGINES.

6_2008-2009 #197177
TV Lines Image Filter

This code puts lines over a picture box's picture. You can set it's opacity, and it's direction.

6_2008-2009 #205226
Modem Dialer

This code shows how simple it is to access your modem and dial phone #s using tone or pulse dialing. This code requires the Microsoft Comm Control. Please vote and give me plenty of feedback.

6_2008-2009 #205072
A TankRace game in VB! No joke! Check out screenshot!

A tank racing game in VB! Guide race tank against 2 other computer players! Featuring collision detection, one track, crash scenes, and more! Check it out! Small zip file, worth your time. However, the computer players were made to only drive through this track. Making new tracks require(but no hard) heavy modifications. Basically, I had nothing to do and created this in a few minutes. Yes, there are(to some of you) a lot of timers. You may change that, but I wanted things to happen at different intervals, and squeezed as much as I can as each timer can do. If you like this game, a vote will be appreciated. If not, then please don't vote poorly. Enjoy...

6_2008-2009 #202303
Multi Ping v0.3 beta

Multi-Ping is a simple ping program that can scan an entire network just by setting the starting computer and the final, *FULLY CODED*, it has stats and it's fast and simple (i guess ^_^) Check it out! Please criticise my code. And sorry about the bad english - i'm portuguese =)

6_2008-2009 #199561
Four Card Solitaire

This submission is a 4 card soltaire game that I've never seen a PC version of. The game hard to win so it's a little boring. I just wanted to do a card game. This code uses Microsoft's Cards32.dll. I've included a copy of the cards32.dll if your system does not already have it. Thanks to the following people: Shaddy (from PlanetSourceCode) - for help with getting the API calls to work. Sean Calvert (from PlanetSourceCode) - for his idea of using Windows API calls to keep track of the cards. VB2TheMax - for the "shuffle" logic. Let me know if you have any problems, comments or questions.

Languages
Top Categories
Global Discovery