Results for "Volume: 5_2007-2008"
Tic Tac Toe game, you can play with the computer or with another person. Can be played with mouse or just with the keypad. Everything works with mouse and keyboard at the same time
This is a A* pathfinding example to illustrate how to implement a A* pathfinding algorithm into your program. It's a port from Patrick Lesters example in BlitzBasic to VB.Net. It uses a Binary Heap class I made to sort the score values. It's very rough around the edges and needs alot of work to be anything more than an example. Let me know what you think.
This program goes though your MP3 collection, creating playlists automatically in the format you choose for artists you have 5 or more songs from. Can also create one large playlist from all your songs... Supports playlist types: ASX M3U WPL 3mP PLS HTML TXT Also see the website for EXE / screenshots etc: http://thecleaner.publication.org.uk/reverb Enjoy!
This is a nice looking mastermind game. Guess the 4 hidden colors and win. there are 6 colors and 4 levels to select from. full code included. please rate this game. have fun. Please see www.faris.memebot.com
This .bas module allows you to re-size your form and all the controls re-size with it. I kept looking for code out on the internet that would do this right but I was never successful. So, I wrote this to eliminate the need for any ocx's or dll's. It resizes the SStab control which I found was a problem with most resizing routines (check it out for yourself). It also handles lines. It's also alot quicker. All you have to remember is two things. First, add the resize module (rs_form.bas), Second, Add one line of code (ResizeForm Me) to each form you want to re-size.
Make your friends think that their harddrive will be formatted. You print "Hit Q to quit:" and when they try to hit 'Q' a 'Y' pops up... Of course, we won't really format or anything. Vote if you enjoy the code :) BTW, to really close the program you must hit ESC.
This demonstrates an example of C++'s fstream File I/O. Very simple; the basic stuff for beginners to learn from. If you would like to see how to do something more in the direction this code leads, comment on (and rate) it telling me what specifically you want to see and I'll be glad to suffice.
A couple of simple examples of ways to format output using iomanip; ie: set width, right align, left align, change fill character
It validates the entries of a textbox while it is being entered, and allows only one instance of the decimal point(period) to be entered. Please vote and leave a comment so that at least i know im doing something right. =)
A custom control Progress bar based on panel class, very simple and small. This code is based on Jim Gardiner control progress bar, thanks to him. I made some modification and come out with very short and simple code.
This will give you your applications startup folder path.
Learn How To Scan System Ports With No Custom Made Componet Just Code Again :P
This code keeps a count in milliseconds of how long it takes between calls of StartTimer and StopTimer or Elapsed.
This program adds a toolbar without modification to the cWindow class. This program also incorporates a menu and a text edit client area. When the user clicks on the On/Off icon, a different message is displayed in the client area. This program performs no other function (at least, any useful function).
A Boggle game written completely in .Net. Shows use of graphics, data handling, class collections, user controls, and much more. I also think its pretty fun! I would love feedback on this.
Converts entered text into a simple Pig Latin version, eg: 'hello' becomes 'ellohay'
This program searches an XML database for a keyword and returns the results. It uses the framework's XML classes, and a few regular expressions.
This is mainly a tutorial for people beginning to program in delphi. The source shows how to use if statments, case statments, for loops, while loops and repeat loops, The source is commented in detail of what is happening
This is the forum code I use for Programmers-Unlimited.com. I have made alot of changes/fixes/improvments to this version. Now supports BBCode (modified/improved), Added security and error checking. Prevents flood posting actions on non existant topics/forums, Better structure in a few areas, Bug fixes in multiple areas.
Simple address book Class in C++, has methods for adding new record, sorting, deleting and storing data in a file. Has it own menu aswell.