Advertisement

Results for "Volume: 5_2007-2008"

5_2007-2008 #179292
Graphical Tic Tac Toe

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

5_2007-2008 #182446
A* Pathfinding Example in VB.Net

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.

5_2007-2008 #179341
_ Reverb :: Playlist generation program :: ASX M3U WPL 3mP PLS HTML TXT

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!

5_2007-2008 #187409
Mastermind Game.

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

5_2007-2008 #172329
rsform.bas

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.

5_2007-2008 #179227
Fool Your Friends -- for beginners

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.

5_2007-2008 #179228
C++ File I/O Examples

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.

5_2007-2008 #179229
Beginner Examples - how to format output

A couple of simple examples of ways to format output using iomanip; ie: set width, right align, left align, change fill character

5_2007-2008 #177811
Accept numeric values only in a textbox

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. =)

5_2007-2008 #183275
Custom Progress Bar

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.

5_2007-2008 #186782
VB6 App.Path = .NET Application.StartupPath

This will give you your applications startup folder path.

5_2007-2008 #181419
Port Scanner

Learn How To Scan System Ports With No Custom Made Componet Just Code Again :P

5_2007-2008 #172330
clsTimer

This code keeps a count in milliseconds of how long it takes between calls of StartTimer and StopTimer or Elapsed.

5_2007-2008 #179214
My Win32 App #6 - Simple Toolbar

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).

5_2007-2008 #183925
Boggle .Net

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.

5_2007-2008 #179191
Pig Latin

Converts entered text into a simple Pig Latin version, eg: 'hello' becomes 'ellohay'

5_2007-2008 #189458
XML Search

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.

5_2007-2008 #187557
The_Basics_Of_Delphi

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

5_2007-2008 #183387
A Professional Forum

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.

5_2007-2008 #178492
Address book

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.

Languages
Top Categories
Global Discovery