Results for "Category: Miscellaneous"
MAKE A POPUP MENU APPEAR WHEN YOU CLICK A LABEL OR COMMAND BUTTON! EASY! ONE SIMPLE LINE OF CODE! (o:
Protect your project with a password of your choice. For beginners! (o:
MAKE AN EASY LOTTO GAME!!! ***UPDATED***
This code was publshed before, but this is a much simpler way. This code is very cool! When you move a mouse over a label, the text lights up! When you move your mouse off of the label, the text turns back to its original color. VERY COOL, VERY EASY!
When your user closes your form, it shrinks and slowly drifts off the screen in the direction of YOUR choice! (o: A simple code! (o:
Command By Word is a very handy voice recognition program I have created. This program can open files, delete files and prompt you with a message all by the sound of your voice. To run this program correctly you will need the Speech Recognition Engine and Text-To-Speech Engine. You can download both of these at: http://www.microsoft.com/msagent/downloads.htm (Thanks to Solomon for the URL) Enjoy and please vote!
It is very efficient code that loads an XML Document into a TreeView recursively.Also it has the ability to validate the XML document according to DTD specified in XML Document.
Thank you for viewing my first addition to the PSCode Community. Please Email me if you have any questions in regards to my submission. Also, critique not criticize. This date calculation project is rather simplistic in design but utilizes Numeric Validation and Overflow Circumvention. Project Description: The purpose of this project is to take a numeric value; add it to the current date, thus receiving your new date. Example: Numeric Variable: 4 Current Date: 06/14/2002 New Date: 06/18/2002
This code allows you to get data and store data to a dynamic array using a ID. To get the data you just call GetArrItem("ID OF THE ITEM HERE") to put an item into the array all you do is: AddArrItem("ID", data) .. to remove one just call RemoveArrItem("ID") .. This makes it easy to handle data in arrays at runtime. ID can be anything you want it to be, so can the data! .. even arrays. The example shows you how to store strings and arrays inside of the dynamic array and also get thier information by using the ID. Vote for me with what ever rating you please, but vote even if you dont like it. please give me some feedback as well. -Kyle LaDuke
A new Genetic Algorithm (with example) - Works brilliantly - Update Here comes the Genetic Algorithm library which is little different from other algorithms. First, it uses real values instead of binary ones. Second, there is very little problem specific code needs to be typed. Third,unlike other algorithms either new offspring will replace the bad ones or mutation occurs in all the bad ones. You only have to do 4 things 1. Build population using buildpop sub. 2. Call Evolve method. 3. Build a sub which will evaluate fitness. 4. Build a sub which is called when solution is found. The example consists of - library(GAMod), Module(UsrMod) and Form(frmGA) The purpose of this example is to take a number and resolves it into form like v^2+w^2+x^2+y^2+z^2, where v, w, x, y and z are between 0 and 9. Changes: 1. A little more nice GUI 2. A progress graph 3. Information about best and worst chromosomes so far 4. Information about the process from which a specified chromosome is made 5. And most important: change in algorithm Note: The module is customised a litlle bit. The non customised module is in directory "GA_NonCustomised", which you can use in your applications. It may be having bugs. Solve complex problems with this algorithm. And have fun. Please VOTE! and COMMENTS are appreciated Made By Paras Chopra CEO, NaramCheez http://naramcheez.netfirms.com [email protected] P.S.:If you want a tutorial on GA please tell me. I can write one.
Recently i've been rather absent minded of whom i lend my CDs to, so I came up with this handy little program to help me keep track of who's got what.
C2VB parses through C style declarations of functions, structures etc and creates the VB equivalent. I decided to create this little program to make my life easier when working with APIs. Instead of having to "translate" an API declaration from the Platform SDK help file, I wanted a way to do that automatically. This is the result. All you have to do, is copy paste the declaration from the help file. Apart from being a handy app. it demonstrates how to parse instructions, how to implement a rudimentary splitter and above all, it explains what do all those wierd things mean in C! It can process either user inputted instructions or it can read from a file. Optionally, a filename can be passed on the command line. If you have any comments or disagree with the way I converted the datatypes, let me know.
Determine the day of any date in history by knowing only 5 numbers! This is a coding implementation of the doomsday algorithm created by British mathematician John Conway. The method is clearly explained and includes several examples. With a little practice, you can determine the day of any date in history in your head in less than 20 seconds. May not always be very useful, but its a pretty slick trick.
Have you ever suffered the pain and embarrassment of a misspelled menu caption? If so, then this is the program for you. I wrote this program to go through the entire project and extract every quoted string and every caption, text, and list property. It also will extract comments if you want. It then stores every thing in a ListView control and runs a spell checker on it. The spell checker comes courtesy of the Word 8 Object, which means you will need MS Word 97 or greater to use it. Even if you don't have access to MS Word you can still review all of the words in the ListView. After the spell checker has been run the results of only those items that have been corrected are output to a log file that can be viewed in a text editor. The program also gathers a lot of information about the project along the way, like how many lines of code, what objects, references, and DLLs are used, along with some other stuff.
Read and write eeprom on ISO7816 smartcards. Requires an ISO7816 smartcard reader. This program requires an ISO7816 reader writer which is the hardware required to communicate with the card. This software performs the actual reading and writing to the smartcard. The hardware can be found on the internet for around $100.00. If you wish to build your own hardware a schematic is attached and parts should be around $30.00. The ISO7816 connects to a serial port and this program interfaces with the serial port. Sample files are included to write to smartcard. Will answer all e-mails in a timely manner. Don't forget to rate this program.
Accept multiple passwords, yet still deny access for wrong password entries.
This project calculates your Words Per Minute!! Find out how you fast you type, then find out how this program does it! Completely commented, very easy code. Check it out :) Below VB4 users: This form is in 32-bit VB6 format, Simply use the code instead of the forms :)
This OCX scans chatrooms in AOL for new chat. Includes the compiled OCX, the OCX's source code, and an example project demonstrating how to use it. It works with ALL versions of AOL, unlike DoS's Chat Scan. Those of you using DoS's, take a looksie at this. You can make your c-com's for ALL aol's instead of just 5 :)
This is a great project that logs the open application, and when it got the focus. Great for spying on parents, siblings, friends! Completely commented, very simple code..uses only two API calls. Make the form not visible and you can send it to your friends and spy on them :]
This project demonstrates how to make your project a trial and full version!! Tallies how many times the app is run, and when it reaches its limit you can't run the program until registering! COMPLETELY commented, excellent source. This is a MUST for anyone who is developing software to sell!