Advertisement

Results for "Volume: 6_2008-2009"

6_2008-2009 #198460
Elastic text

Bouncing elastic text effect

6_2008-2009 #205197
WEB-SERVER [winsock]

Everwanted to host a web-page? Probably! I have put together a SIMPLE server for the web. If you look at the screen shot it has a skinned protion, and the main program is REALLY easy to use. This simply uses winsock! Download it and see. If you don't like it don't bother voting, if you do like it and or find it usefull please do leave either votes or comments. I'm very keen on hearing your responses! I have built and included a webpage to be tested. It's located in the \wwwROOT\ directory! I have also commented all the my code, except the API, module, and ActiveX code cause chunks were not mine. I'm really sorry but i can't recall where i got which code. Enjoy!:D

6_2008-2009 #204186
ActiveChart UPDT (Bar)

Custom barchart control with simple user interactivity. Fixed resize bug. Please vote and leave any comments/feedback so that I can continue to enhance the control. Thanks for your interest in my work.

6_2008-2009 #206693
Directory Tree ActiveX control code

*I`m sorry I forgot that the folder.bas was added from another project* My Humble apologies. shows a directory tree view using treeView control retriving the icon associated with the folder or drive

6_2008-2009 #208376
GOLD Parser Engine Source Code

The GOLD Parser is a new, free parser generator that you can use to develop your own compilers and emulators. It strives to be a development tool that can be used with numerous programming languages and on multiple platforms while maintaining modern design concepts. Modern bottom-up parsers use a Deterministic Finite Automaton (DFA) for identifying different classes of tokens and a LALR(1) state machine to parse them. The actual LALR(1) and DFA algorithms are easy to implement since they rely on tables to determine actions and state transition. Consequently, it is the computing of these tables that is both time-consuming and complex. The GOLD Parser Builder performs this task; reading from a source grammar outline and then computing the appropriate tables. This information is then saved to a Compiled Grammar Table file which can be, subsequently, loaded by the actual parser engine and used. NEW! The source code for the GOLD Parser Engine is finally available to download. The zip file contains the Visual Basic source code used to implement the ActiveX Engine. In other words, this code includes the DFA and LALR algorithms. In the future, the source will be ported to as many programming languages as possible. If you would like to port the code to another language, your work will be deeply appreciated. The parse tree sample project, I posted on Planet Source Code a couple weeks ago, is included with this download. This is a simple project which loads a Compiled Grammar Table file and draws a parse tree for a given input string. The project parses an example grammar called "Simple". To download the GOLD Parser Builder, please visit http://www.DevinCook.com/GOLDParser Enjoy, and happy programming!

6_2008-2009 #207076
Binary Compare/Patch maker

Extracts the binary information from 2 files, checks them for differences, then if there are differences it will add the new information to the file you want to patch.

6_2008-2009 #206027
Circula Button

Circular Button Control

6_2008-2009 #196005
MS Agent Clone Version 2 (A MUST SEE)

This is an MS Agent Character Clone version 2.0! Same features as 1.0 - but with a bunch more options (see readme.txt in zip file)

6_2008-2009 #200410
Pure VB Hex Editor

A complete Hex Editor created using no API's or third party controls. WARNING- I take no responsibity for any lost information or files caused by using this source. At this time the code does not include a built in Backup function [add one if you would like] so if you accidentally damage files while using this program, well, I hope you have a backup already. Remember, It will never automatically save over your files unless someone changes my code themselves. Now that the disclaimer is out of the way... The way I have created this program, it only allows the user to save the 'current page' that they are working on. A page consists of 256 bytes on the screen at a time. I did this to save on memory usage as only a quarter of a kilobyte is loaded at a time. Because of this, and the fact that it is Event-Driven [uses no timer controls], it uses very little resources. This source includes a simple ASCII table built in [ok, with this it uses a half KB for data] that you can simply click and view even with a file open. To view the current file information, simply right click on the hex data list. This code shows how to: use binary file I/O, listbox manipulation, one and two dimentional arrays, Hex, inputbox, msgbox, ASCII and Chr functions This code is also very fast, even on my Pentium 150MHz laptop.

6_2008-2009 #205848
disable task Manager and many more

This Code will Explore the Secrets of Windows Registry . I hope this Program will help You in the Situation where you have to restrict user from following operations: 1) Kill a process by task manager, (where your application is a spy program) 2) Change password 3) Lock the Console 4) Shutting the Down the Machine ( if it is a Server) 5) log off . Please Vote or Comment me!!! (what ever you like) The Program is Tested on windows NT and Windows 2000. To test the Program on windows NT and windows 2000, after Selecting Each Checkbox Press CTRL+ALT+DEL and you will see the selected option will be disabled Enjoy

6_2008-2009 #204390
BrionWordSearch

This program is a word search program using a list of over 173,000 words, a listing called enable3 used in Scrabble tournaments. Some of the functions include searching by word (uses a hash search by Philippe Lord), prefix, suffix, wildcard, and several word list browses. The program also includes an unscramble function which will list all words that can be made from a letter set, with support for wildcards or blanks. A couple of searches are specifically targeted to be a help with playing Scrabble. This is my first submission!

6_2008-2009 #208036
A simple and fast way to rotate pictures

**** UPDATED ***** There was an error for Win 95,98 and Me users, so the rotation never occurred. The code now should run nice over those platforms A simple and fast way to rotate pictures based on its center. Uses only Windows API functions.

6_2008-2009 #208540
UDT Calculator

Calculates the length of a UDT (User Defined Type) required to store it in a String using CopyMemory, MoveMemory or any simular API. (So you can easily save it or transfer it over Internet.) NEVER use Len() or LenB() for this, they both return the incorrect length. (Len often returns less bytes, LenB often returns way more)   The code of this application is not impressive at all. The thing is, no-one ever seemed to have found a way to get the exact string length to store a UDT in, until now :D Usage: Just add the types with their sizes to the list in the same order as your UDT is and the length is displayed below in a textbox. Note: I will work on a UDT Calculator that can analyze your code pasted in a textbox later. You vote would be nice, but never mind if you're short on time :P

6_2008-2009 #202484
Lock-Out

This will stop anyone from accessing your computer. Compile this into an exe and remember that the password is password - DO NOT forget. If you forget the password then there is no known way of getting back in. You have been WARNED!!! This works by: hiding your cursor so that the unauthorised doesn't know where it is, puts the cursor in the top left corner of the screen and makes it stay there, fools the system into thinking the screensaver is running therefore disabling Ctrl+Alt+Delete, Alt+Tab and the Windows Key. If you put in the password wrong 3 times the system is forcefully shutdown. There is no way of getting round this that I know of without having access to the system in the first place.

6_2008-2009 #207458
Carlo Bonarini €uro Converter

Converts Euro to 9 international rates and vice versa: Australian Dollar, British Pound, Canadian Dollar, French Franc, German Mark, Italian Lira, Japanese Yen, Swiss Franc, US Dollar. Unlike many other converters you can input your own conversion rate for each currency, looking for it on economy related internet sites such as www.money-rates.com, so you can use it forever and obtain always the correct conversions.

6_2008-2009 #208256
DX8 Simple Mixer

Just a simple little 4-channel wave file mixer created as a utility tool for times when I want to hear how various wave files sound when played together. The code is documented and shows just how easy it is to make a mixer with DirectX. As usual any feedback and/or votes will be appreciated.

6_2008-2009 #203740
Encryption to .bmp

Now, from the great people who brought you the Venus Project and the Color Weaver, another great graphics program! Type in any text and it will encrypt it into a .bmp file. See Screenshot! Automatically saves .bmp files to C:\Encrypted File.bmp so you can just encrypt and close the program, and it will automatically load ht picture from the same place. Want to encrypt more than one file? No problem! Options to save and load other .bmp files! can't copy and paste? No problem! Options to load and save text files! Updated version here: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=32666&lngWId=1

6_2008-2009 #205279
LaserShow Credits or Picture Writer *UPDATE*

This code writes images to a form using lines (Look like laser beams) and lets the writed text or picture go down smoothly, Now the laser moves also and the writed text waits at the en of the form until the new one arrives.

6_2008-2009 #198240
Retrieve Values from Web Page (WebBrowser Control)

Allows you to retrieve values from fields (i.e. hidden fields) in a web page loaded using the WebBrowser control. Very simple function, but I've found it extremely useful. Please don't forget to leave a comment to let me know what you think! To call this function try this example: MyValue = GetWebValue(MyWebBrowser,"fieldname") Will return the value or nothing if not found.

6_2008-2009 #208543
IP Catcher

have people go to http://yourip/ and it will display their IP address. If you want, you can have the person fowarded to any website or give them a page not found error.

Languages
Top Categories
Global Discovery