SAMPLES PROJECTS    


* NOTE : If you have problems downloading these files, try holding the <SHIFT> key and left-click on the URL of the file.  If that doesn't work, right-click on the URL of the file and select "Save Target As..." or "Save Link As..."

    Name:   Description:   Required:

 

ShowMe.vbproj    
This application is called "Show Me" and is a fully functional graphics viewing and manipulation utility that you are welcome to download, use, and distribute (so long as I get credit for it).  I've put up full source code to it so you can see how I did it.  This sample demonstrates such things as:

  Loading images (BMP, JPEG, PNG, GIF, TIFF, EMF, WMF, ICO)
  Manipulating images (rotating, resizing, making transparent making grayscale)
  Saving images (BMP, JPEG, PNG, GIF, TIFF, ICO)
  Using the system's Clipboard
  Making a form "Always On Top"
  Making use of the Page Setup Dialog and Print Dialog
  Printing information and images to the selected printer
  Error handling using "On Error..." and "Try...Catch" methods
  Displaying and using the "Common Dialog" controls

  Nothing