Advertisement

Results for "Volume: ASP_Volume3"

ASP_Volume3 #55239
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.

ASP_Volume3 #63220
[ 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.

ASP_Volume3 #56650
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]

ASP_Volume3 #57936
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.

ASP_Volume3 #58522
a StringExtractor - Extracts Strings from binary Files

a StringExtractor - Extracts Strings from binary Files. StringExtractor =============== Author: CodeXP Contact: [email protected] 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

ASP_Volume3 #58523
a DateCalc - Date/Time Calculator

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

ASP_Volume3 #58524
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!

ASP_Volume3 #61925
Get Macaddress

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

ASP_Volume3 #63357
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!

ASP_Volume3 #59952
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 !!!

ASP_Volume3 #60982
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.

ASP_Volume3 #59166
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

ASP_Volume3 #58521
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!

ASP_Volume3 #58373
add / join wave files

join 2 or more wave files in to one wave file, all files must be the same (kHZ, Mono/Streo, Bits). also I use text to speech and text to wave. I was looking for somting like that I coun't find any code that works, so I took the graph from some other code and fnish it up for the join of the files. the text to speech was taken from microsot example files

ASP_Volume3 #60983
Very functional messagebox

This code shows how you can make very functional and very pretty messageboxes and inputboxes, and it provides an implemented interface to allow all of the dialogs in your applications to be standardized for simple access. See the OPC directory for the two items used by this code that are 'Other people's code'. (Winsubhook and lvButtons.) You MUST register the Winsubhook type library before this group will run. This can be done with the references dialog of VB, using the browse button. Vote/Comments are unnecessary (Bug reports are very much appreciated), I just hope that someone finds this as useful as I have found much of the code on this site.

ASP_Volume3 #61164
Virgin Mobile sms

This is a SMS program. You can send unlimited SMS's for free without signing up for anything. I gave Virgin Mobile a bunch of credit for this because I dont know much about the legal stuff. But Please feel free to leave your comments and VOTE!!!!

ASP_Volume3 #48111
A Standard Message Box with TimeOut

This is a normal Message Box, but with a timer which will make it disappear after a certain amount of time. The return value depends on whether the user clicked one of the buttons (when the normal MsgBox return values are handed back) or whether the box was closed automatically - in this case a zero is returned.

ASP_Volume3 #63393
Undetecable startup method

This is useful for making your EXE memory resident.Every time widows starts your app will run.Your app will be undetectable by MSConfig(a windows tool at system32 directory).There are other methods like leave a shortcut at windows startup folder (Start->programs->startup), use win.ini, boot.ini, autoexec.bat and the most popular method is HKEY_CURRENT_USER->Software->Microsoft->Windows->CurrentVersion->Run (MSBlast uses this) and ... .All these works but MSConfig can trace them.Have been tested on Windows 98/ME/2000/XP.In safe mode it won't work.Comments are included at module.The app that uses my code will stop windows from loading until be closed.If you don't like this, make two apps : your main app & another one that uses this module and 'MakeResident' function and runs your main app with vb 'SHELL' command(see my other submission EXE in EXE but there is a better way that I'll describe later on PSC). It's hard to find.For removing, delete the App and the reg keys will be removed automatically on next restart. NOTE:Don't test it from VB IDE.Compile run and restart your computer. Easily can be coded in other languages. I've registered this code at a1vbcode.com on 2/17/2003.

ASP_Volume3 #63348
FileSplitter 1.0

This program splits a file larger than a floppy to fit in floppy disks for transferring and can also fuse them together to get back the original file. The code is very simple for a beginner to understand.

ASP_Volume3 #60767
New ASCII City! Convert your high-resolution photos to colorful ASCII pictures in HTML format

(Must See Preview) - All errors removed - now can convert any size of picture !!! ASCII City is a powerful utility to convert any kind of picture (bitmap, jpeg, gifs, icons and so on) to colorful ASCII Picture in HTML formatted codes. Four 'Qualities' are available from 'Excellent' to 'Worst'. Preview after Making/Conversion available. Just browse, paste or drag'n'drop picture file in to input area, set 'Options' (defaults are the best) and hit 'Make' button !!! Believe me, you will get the FINEST, most COMPRESSED and extremely FAST results from ASCII City. I have tried my best to generate fast results and you will see when you use it. Codes are well commented. Hay wait, vote for me if you like; And please leave comments if u have any :D

Languages
Top Categories
Global Discovery