0
Votes in Release
(breakdown)
Paint-by-Numbers written in VB

Description

On the VB team blog site ([url:http://blogs.msdn.com/vbteam), I wrote a four part series in which I walked the using through building an application to create Paint-by-numbers puzzle. (If you don't know, Paint-by-numbers is a popular puzzle where you try to create a picture from numeric clues.) In the series, readers will learn how to implement owner draw, implement undo/redo, load and save files, and print. The blog series can be found at:

+ Owner Draw in VB http://blogs.msdn.com/vbteam/archive/2007/07/03/owner-draw-in-vb-matt-gertz.aspx
+ Implementing infinite undo/redo http://blogs.msdn.com/vbteam/archive/2007/07/06/implementing-infinite-undo-redo-matt-gertz.aspx
+ Loading and Saving Files in Visual Basic http://blogs.msdn.com/vbteam/archive/2007/07/10/loading-and-saving-files-in-visual-basic-matt-gertz.aspx
+ Using the PrintForm component in Visual Basic http://blogs.msdn.com/vbteam/archive/2007/07/12/using-the-printform-component-in-visual-basic-matt-gertz.aspx

The attached file contains the source code for this. It was built using VS2005 but the code should work for all .NET versions of Visual Studio.


Files

Source Code VB Paint-by-Numbers.zip
source code, 60K, uploaded Jan 17  - 20 downloads



Updating...