Advertisement

Results for "Volume: 2_2002-2004"

2_2002-2004 #113114
PSC-rename2

Last time i uploaded the file the PSC-demon removed the DLL. This one solves that problem couse it don't need a DLL.I only needed it for decompression but that is done in pure VB now. give it a try and let me now what you think of it. For peaple who don't know what this is. Whit this program you can rename the zipfiles from PSC (CODE_UPLOAD2354786.zip) to something more understandeble (PSC-Rename.zip)

2_2002-2004 #113115
Asteroid Simulation (See ScreenShot)

This is the very beginning of an Asteroid Clone. So far, you can select the # of asteroids to display, and there are a few debug options from the GUI. For now, this is all that there is, but it will eventually be a clone of the asteroids game. I figured it might be interesting to see the program grow. As it is now, the Rocks' Speeds, Slopes, sizes, etc.. are all randomly generated..but you can change that however you'd like.

2_2002-2004 #113116
GOGOLive 2 MP3 Encoder (beta)

GogoLive is the Fastest Mp3 encoder in Real Time. This is version 2 and you can do: Record On-Fly to mp3 from you Sound Card (line-in, mic, ..), Encode wav to mp3 file, Transmit your mp3 stream to another user in the net (Live ShoutCast). This code is really funny. Good Luck!

2_2002-2004 #113952
Arkanoid:)

This is my first program in VB so dont laught :). Thanks for all remarks

2_2002-2004 #113953
SpyEx (Keylogger)

SpyEx runs in the background and logs the window's titles and keys pressed on your computer while your gone. Also, it's great for logging the web sites gone to. SpyEx starts with windows and results are in a text file in the same folder as the application.

2_2002-2004 #113954
POS/Cash Register

This is a simple POS or Cash Register w/ Inventory. It can monitor item stock and reports are available. It used ADO, Data Environment and Data Report. A learning purpose to all beginner. Hope you like it!

2_2002-2004 #113956
Context Menu (Right click menu)

This adds a menu item to the context menu that you see when you right click on a file in explorer, just like winzip. I did not write all of this code. Jolyon Bloomfield (http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=12137&lngWId=1) did most of it, but I need some extra functionality, such as submenus. Like the way the new winzip does. I hope you can use this code.

2_2002-2004 #113957
[ Math-Game ]

This code proposes math operations depending on the difficulty level and on the game mode the player chose. I did this for my little bros, so don't expect to have fun or be super captivated... It can be neat if you have kids and want them to work on their math.

2_2002-2004 #113955
IM Messiah, a proper MSN Bot

IM Messiah is a fully working MSN Messenger bot. This Bot contains functions that are only found in professional MSN Bots; such as an AI Bot(called Bob) that users can add to, 5 Games including Othello, performs Google searches and returns top results, A selection of Jokes and Quotes and links to other sites. For the Moderators and Admin's of the bot you can perform announcements, ban users, alter the bots status and Name... If even thats not enough you can even flood or crash peoples MSN Messengers using it. And all people have to do is add it to their MSN Contacts list to use the bot, easy... Look at the screenshot of what the bot looks like while being used in Messenger. Please Vote or leave a comment on what can be improved [Updated 20/01/04 - Includes More Commands,Fixed some of the bugs, Better Layout and Hopefully easier to Use]

2_2002-2004 #113958
Advanced EnumWindows

This is a fantastic demo of many useful EnumWindows and related APIs. Actually I searched for something similar on PSC , but couldn't find it. So , I can say that it's for the FIRST TIME ON PSC , a this kind of Program has been posted. There are many EnumWindows demos on PSC , but no where near to this one ! It allows you to filter the EnumWindows result based on 8 different filtering options ! Easy to Understand and complete functionality encapsulated in .mod file , hence easy to incorporate into your existing projects. I found this vry useful in many of my on going projects ... hope you feel it useful for your projects as well. PLEASE VOTE IF YOU LIKE IT OR EVEN YOU DON'T LIKE as you can always vote "Poor" if you don't like the code ! ... BUT PLEASE PLEASE VOTE ... Constructive criticism is welcome ... please leave comments ... those will help me to improve my programming skills. I thank AllAPI.net team for developing a great API reference without which it was hardly possible for me to learn stuff like this on my own and then write a Test Application.

2_2002-2004 #114192
a StringExtractor - Extracts Strings from binary Files

a StringExtractor - Extracts Strings from binary Files. StringExtractor =============== Author: CodeXP Contact: CodeXP@Lycos.de Description: This App extracts Strings from binary files (like .EXE). You can search certain Strings that were found in binary file. (for example you can search some cheats in a game file, for what I also wrote it. Actually for own use :) How to use: drag'n'drop a file, that you would search for Strings, on the StringExtractor EXEcutable

2_2002-2004 #114193
a DateCalc - Date/Time Calculator

Calculating Date and Time (English & German). Just Test it! Plz Vote me! thx!

2_2002-2004 #114194
a FindPath App - Search nearest distance on Map

a FindPath App - Search nearest distance on Map and Show it (Route). Very Cool! Vote it plz! thx!

2_2002-2004 #114195
PUZZLE - A GAME

GAME

2_2002-2004 #114196
Get Macaddress

This code shows how to get the Macaddress of the networkcard.

2_2002-2004 #112836
DeadZone Aka Zone Looker

Basicly tells you hidden files etc... etc... i made it for school but im realsing it..., ***Update*** Looks Better Works Better!

2_2002-2004 #112837
Cuballs, logic game

CERTAINLY one of the best logic games ever (at least open-source :) ! The game is based on Microsoft® Finty-Flush, the only difference is that this game is totaly free, and you have the full source code. Have a look at the screenshot. Now, the objective is to fill all empty grids (four small boxes) with the balls of the same color. You must drop the columns from the upper grid to the lower grid by clicking on the upper table (grid), you can rotate the lower grid by clicking the left or right mouse button. There are five levels, each level adds new color in the game, the last level is almost impossible to complete, so it is great challenge. You must fill out three grids to complete a level, you can manipulate four grids at the same time. For each 4 or 8 seconds new row is added, so when there are 25 rows in the upper grid, guess what - game over. You can play this game for a long time, without getting bored (which is the most case in logic games), there are many, many, many combinations of colors, many tricks, and you need fast thinking. You can learn here how to make the best brain games, the code is simple and commented. But the game is not only for learning of course, it is VERY interesting, so why to buy it from Microsoft, when you can play it in vb. And one more thing: VOTE !!!

2_2002-2004 #112838
Timers, simplified

Now updated with some comments! This is a simple timer module with a standard implementation class. The module uses only a single timer resource, but it can fire events to a nearly unlimited number of subscribers. The worst precision that I have gotten is just under 2 hundredths of a second. The code uses the system time to determine when to fire, so there is no uptime limitation as with GetTickCount.

2_2002-2004 #112839
PSCNews New Code Downloader

***** MUST SEE ***** PSCNews Complete Project! This program supporting Planet Source Code. How can i know New articles and codes automatical? Bonus! This program retrieves new codes on if uploaded! * Easy download method (Learn!) (How can i use easy and powerfull download module on my project?) * Convertible project settings (Learn!) (How can i use settings module on my project?) * Multi Language Support! (Learn!) (How can i use different language on my project?) * TrayBar example and using.. * How can i set my project Windows auto start?) and easy PSC Search BAR Examine this excellent project. Thank you for your votes! Note: Do yo see my convertible email project on PSC ? http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=50814&lngWId=1

2_2002-2004 #112840
a MouseRecorder - Record Mouse Movement and Clicks and Save it to File

Record Mouse Movement and Clicks (Mouse Actions) and Save it to File. You can load the Files and Playback it! please vote! thx!

Languages
Top Categories
Global Discovery