Results for "Volume: ASP_Volume3"
This is a heavily commented pathfinding algorithm. It has a customizable map, you can generate the terrain randomly, and just put in start and end position. I decided to do this program because ive seen a lot of pathfinding tools out there that are simply too big and hard, while pathfinding in nature is pretty simple. Enjoy and vote
http://codepiler.com/dl/codepilersource105.zip That is the link to download this application, I have tried 3 times to upload the source to planet source code and everytime fails. I dont know what to say, but here is the description I have spent over 300 hours working on this, but just recently decided to make tis open source so please dont message me about the nag screen, you can register for free and it removes the screem. if you have any suggestions please either leave them here or in my forum, http://forums.codepiler.com and i will try to address or fix them, or add them depending on what it is. Please be gentle, but also vote for me if you like this, I would actually suggest going to http://codepiler.com and clicking the cnet download link on the main page to get the installer, if you get the installer and install it, then open the source all the dll's will be pre registered for you!! very easy. Codepiler is a versatile code editor geared towards ASP/HTML design. It features a File Explorer, Multiple document mangement, History Window to keep track of all your work, Split screen coding, Intelligent Code Recognition, Color Coding, CSS Stylesheet Editor, Multiple Site Management, Live FTP File Update, Database Explorer for viewing MS Access and SQL tables. Many wizards and options for fast development and much more. **UPDATE** You can now download all source code from here
Automatically Backs up a folder by synchronizing the contents to a destination folder. Looking for easy way of synching folders? Want a utility that will instantly back up your files when specified? This utility is for you. Not only will it use an incremental back up method to secure your files but it can back up your folder when a change is made to the directory. Demonstrates file synch and folder watching for changes much like Norton Anti virus. This application will load with windows to ensure that your folder is backed up automatically from the start. Sits in the task bar as a small folder icon. Keywords: Auto Backup Backing up Back up Copy Sync Synch Synchronize Incremental Differential Folder File Transfer Taskbar Icon Registry Load with Windows GetSetting SaveSetting Destination Source Directory Norton Anti-Virus
A Semi VB Decomiler. Decompiles the interface using COM. COM is not always correct in the datatypes it returns for a certain property. I started this project a week ago after seeing there were no good open source vb interface decompilers and the other examples on this site are not very good. Another reason is there are some companies that charge for just decompiling the interface which I do not think is very fair. This is not complete but use it as a guide to making your own interface decompiler and maybe make something more. Hope you can learn something from this.
A little set of routines and a test driver to read table or array properties: whether it is (re)dimensioned or still undimensioned, the number of dimensions, LBound and UBound for each dimension and a few other things that may come in handy. No fuss about skipping around Errors or such, just the proper way to do it.
AWSOME SLOT GAME! Try to match 3 Numbers on a slot wheel. Win money and lose some!
Converts a photo to a painting!!! When you want to draw a face, what do you do? You'll draw borders, if you use "Auto Sketch 1" does the same! If you use "Auto Sketch 2" you will draw a photo just by using Black and White ( No gray). Also you can draw manually, read HELP for more comments.
simply turns screen into some kind of musical instrument, plays different sound depending on where cursor is , tone length and cursor movement detection interval can be modified (screen shot kind of pointless but never mind)
'This code is a rewrite for the code that appeared in Planet Source Code 'http://www.planet-source-code.com/vb/scripts/showcode.asp?txtCodeId=55153&lngWId=1 'The original code was very poorly written and as a result was painfully slow, 'difficult to use, understand and generally substandard 'Original Programmer : Mahdi Shakouri rad, [email protected] 'Changes: '1. Use drag/drop on the pictureboxes so that the results can easily be "scrolled" 'onto the screen for analysis. Some times objects will not fit on the available 'real estate - have some respect for your potential user! '2. Use "beginner" APIs - GetPixel, SetPixel for speed '3. Place RGB calcs in loops - do not exit loop to an outside subprocedure when 'parsing a bitmap '4. Use industry standard notation for variables. Precede a string with "s", 'a Long with "l" etc. '5. Indent and use spacing - this is the most valuable productivity tool that you 'will ever need to learn, so start now! '6. Use Long variables unless Singles are required. RAM "savings" are no longer 'necessary, but the speed enhancements are! '7. Develop discipline - Stand out - do not be proud of "lazy" code.
This is a game where you have to bet on the outcome of a horse race. Each horse has its own odds of winning, and you are awarded money based on the odds of the horse winning. I didn't make it exactly like how you bet in real life, because im only 14, and dont know how it works. Please tell me if you like it. Vote if you want
A little set of routines to prevent Windows from switching into StandBy or Sleep Modes. Use them if you have a long-running or overnight application which cannot be interrupted or suspended by Windows going into hibernation after a period of user idleness (as may be optioned in System Administration).
This example adds a menu to IE when you right click on a webpage to download links just as DAP does and lists all the files in a listview control. You can use this code to add to your own download accelerators. This example does download files but Does not support resume as this was only an example I have also included a Readme text file to show you how to get the project working.
Well a Friend needed some help with doing stuff with Yahoo Messenger 6.0 Api so I threw this Module TOgether for him I will add some more to it later
(Updated version 28-07-2004) Simulate the behaviour of an Ant colony. This is an experiment of a system with 'intelligent' agents who affect and are affected by their environment and counterparts.
This application graphs the lissajoux density. It comes with the function interpreter and several rendering modes. See the screenshot for some results.
You can make your own EXE command buttons and make the button captions! Also included is a Custom message box editor. This was tested may times so the the Error count is 0! PLEASE VOTE! and leave feedback for improvements or anything else!
This control duplicates most of the functionality of the "Chat Logs" people will encounter in Chat or Instant Messenger applications. It wraps functions, for special formatting of text, and has a full range of pre-defined events which also can be displayed. It detects link starting with http://, and using the windows API, will detect when the link is clicked, and open it in Internet Explorer (Based on a submission by another PSCode User, who's name I have forgotten) Useing the Tag property of elements in an image list control, this chat log can detect when pre-defined key combinations are present in the text, and replace them with "emoticons". This is done using more Windows API Calls. See the demo application, and the screenshot for a much better (and more visual) description. This Chat Log control is similar to the one used in a Chat Client I am currently developing, for Ionic Roleplay at http://www.ionicrp.co.uk.
This is a modified version of the the frame which can be expanded or collapsed with or without animation. The control is greatly customizable in terms of appearance. ___________________________________________ Updated 13/9: - Prevented if user tries to change the height of the frame in code while the fame is collapsed - Added CaptionMousePointer property - Added ability to change caption tooltip when in expanded and collapsed mode __________________________________________ Updated 28/7: - Added ShowFocusRectangle property - Added Enabled property - Added ExpandedHeight property - Fixed bug that occurs if user continously holds down the Space or Enter key while the frame has the focus
This is my first submission. Its an mp3 player(almost complete) that utilizes the fmod sound engine. The GUI is one of the best on psc for this type project. I submitted it in hopes of recieveing tips on coding and reports of any bugs it has, but if you like it or it gives you some ideas then throw me a vote. UPDATE: I have uploaded a few additions such as tooltips, a few bug fixes, an audio balance control, and playlist support. Its still a little buggy but i wont be able to update for a while so i figured what the hell. NOTE: I could not include the outdated fmod dll an ocx but thanks to Sebastian Mares they are now available at http://www.transilvania2000.com/fmod.zip (case sensitive).
this simple code is zoom in and out images.its makes the feelings like moving camera uopn images. i made it as user control for easy use . i hope this short lines of code can help anyone in this world .