Advertisement

Results for "Volume: 7_2009-2012"

7_2009-2012 #229576
An unbeatable tic tac toe

By utilising 18 different priority tables, a "special moves" data file containing 19 prefabricated special moves and blocks, this tic tac toe game allows the computer to play flexibly and win in the shortest number of steps. Virtually Unbeatable. Special moves and priority tables can be added or deleted at will. Use number pad to play. Numlock on. Please inform me if you manage to beat it. Might be a bug :)

7_2009-2012 #221187
US Mail Postage Calculator

This code calculates US Postal Service postage charges for the new rates rates starting on 6/30/2002. This code can be used on auction sites like eBay. The FormatCurrency and Replace function were found here on psc

7_2009-2012 #228098
C++ Bible Volume 2

Read this C++ Bible and become faitfull to C++ and have faith in yourself that you will do well at C++.

7_2009-2012 #217867
Get and Save how many times your prog was loaded

This code will allow you to Save & Get how many times your program has been loaded. Add a few lines of code to your program's main forms' load procedure. Very easy to understand.

7_2009-2012 #217868
Strip HTML

Strip HTML from a string with this function. That basically explains it's all!!

7_2009-2012 #234909
DriveBar

Replace the drive combobox with a button bar control. Has green drive ready indicator or red not ready when mouse hovers drive button. Also on hover it displays drive info. Added the ability to rotate the bar control. This is accomplished by clicking the control on the form and open the properties window under appearances there is an option for vertical when true this sets the bar vertically on the form. the screenshot shows the DriveBar both ways. Please vote if you like this control. Special thanks to John Herald for the advice on the control. You probably will have to add a reference to Microsoft Scripting Runtime Libray which is located on the reference Com Tab as listed above. Then build the program before trying it.

7_2009-2012 #221576
VB.NET OOPS (Object Oriented Programming) - A must read for any VB Programmer

This is a must read for every one interested in VB or VB.NET - and everyone who need to learn VB.NET. This article uncovers some basic Object Oriented Programming Features of Visual Basic.NET. The whole article is divided to 10 lessons. The source code for these lessons is provided with the article.

7_2009-2012 #218145
Copy a listbox to clipboard

Have you ever tried to the contents a listbox to the clipboard? Annoying, huh? Well this code can help! This will copy all the contents in a listbox and put ", " between each one

7_2009-2012 #218055
Client Server Chat

This is a pretty good exemple of what you can do whit Client/Server Applications In this exemple i use a chat Application but it could be a game or database App. You ca even make an icq with this just add some Send File routine and database... you ca even make a Fake static server with this Email me For more Detail on that. elterrorista@videotron.ca Thanks for using this code Carlos.

7_2009-2012 #232758
CheckMate chess for local and intranet

This is a two-player chess Game. In CheckMate two human players can play the Chess in the same computer or over an intranet. Changes and moves made by one will be reflected in the other player's computer. Featues: * can be played in local machine or over the network by two players * cool Graphics * Drag and drop pieces to make moves with the mouse * Move validation-only valid moves are allowed. You cannot cheat!!!! * Castling and promotion allowed * Check warning provided * Replay Option: Previous game can be replayed for analysis * Network players can chat while playing * Game time provided * Help tips pop up when required * Help files provided * needs JDK1.3 or above

7_2009-2012 #228097
C++, The complete reference

This book includes all the examples you ever wanted. Get 40 chapters of free sample code. well commented.

7_2009-2012 #239256
High School Mapping and Searching System

1. searching High School in Tasikmalaya (Indonesia) and automatic show the Map from Google Map. 2. Great Ajax Searching. 3. Popup entry School data 4.Popup Edit School data and many Moreeeeeeeeeeeeeeee.... database name: SMK Table : sekolah Please Give me a Good rating and Vote me

7_2009-2012 #222714
Circular Menu Control

Removed bug causing small menus to be displayed off-center. This is a .NET component written in C# that allows you to place an animated "circular menu" within your applications. This type of menu is a popup menu designed myself and a group of interface engineers to be more efficient and appealing to end users. This popup menu animates its icons circularly around the click position, ensuring that the user moves the same distance to any desired option. Enclosed within this package are the library projects (C#), two tutorial projects (VB.NET and C#), a Word tutorial, a quick HTML tutorial, an installer project, a compiled help file and a PDF help file. NOTE: The documentation was created with NDoc, which you can find at http://ndoc.sourceforge.net/; the PDF documentation was generated with NDoc and Miktex, and their implementation is apparently buggy. As a result, all cross-reference links in the PDF did not show up. Also note: PSC removed an EXE file required for the installer project to compile. This EXE file, H2reg.exe and its accompanying .INI file, allow the installer to register the Circular Menu help files with Visual Studio. They are recommended by NDoc as explained on this page: http://ndoc.sourceforge.net/content/vsnet-deploying.htm

7_2009-2012 #222389
Password Security

Parses the password field and comes back with a percentage of how secure your password is against a hack attempt.

7_2009-2012 #220540
mvxPong

Its Pong!!!!! An example of making a full app with mvxEngine.

7_2009-2012 #228370
Calling Web Methods Asynchronously

To use the asynchronous versions of a web method in a client application. Asynchronous programming allows a program to call metods on a managed object and continue execution until either the managed object calls a specified callback or until blocking, waiting, or polling for the call is completed. This example will only cover calling a specified callback method.

7_2009-2012 #229206
millionaire.zip

This is my version of the game Who Wants To Be A Millionaire based on the TV series gameshow. It shows an example where "goto" actually makes programming similar to this more simple if you already have a lot of defined functions. Also, by using goto in this code, it avoids problems in compilation with the delay function. Great example for beginners of using nested if statements and declaring and defining functions and using arrays to make programming more simple.

7_2009-2012 #226796
A Drawing Applet

to use the mouse to draw lines with different colors .... see the screenshot!! its cool

7_2009-2012 #219094
C/C++ 101: Introduction to C/C++ (Part III)

This tutorial is made to help people learning C/C++ language which is commonly believed as a hard language.

7_2009-2012 #223952
generating "real" random numbers

This article tells you how to generate real random numbers using rand(), srand(), and time()

Languages
Top Categories
Global Discovery