Resources  
  • How to use VB.Net to print InvoiceNov 08, 2012. In this article I will demonstrate how to use VB.Net to print Invoice.
  • EAN13 Barcode ControlMar 29, 2004. This is simple EAN13 barcode control, which can be used to display and draw EAN13 barcode to any graphics object.
  • Generating Maze using C# and .NETSep 25, 2002. This article focuses on how to generate a maze using the depth first search algorithm. This is a very simple but clever algorithm that creates a maze by randomly stripping one available wall between two cells for every cell in the grid.
  • Printing a Ruler using C# and GDI+Nov 12, 2001. If you misplaced your ruler, here's an application that will create one for you on your printer!
  • Printing out your W2 Form using C# and .NETAug 07, 2001. This article covers a fairly practical aspect of using a computer - dealing with forms. The concepts in this article can be used to create any Form Application so that you can design forms that you can Fill Out, Open, Save, Print and Print Preview.