Welcome to Dennis Lang's
Source Code and Performance Metrics

lang.dennis@comcast.net
Linkedin: http://www.linkedin.com/pub/1/119/293

Updated: 22-Aug-2009

[ To Main Page ]


C# - Multiple Picture Viewer - v1.3 (Jan 2010)

picviewer
  • Download source code: PicViewer-v1.3-src.zip
  • Download executable: PicViewer-v1.3.exe
  • Simple C# Application to view multiple images in separate viewers. Handy to compare images or piece together parts of an image.

    Features include:

  • Load one or more files from file open dialog
  • Each file has its own floating viewer
  • Viewers can be moved inside parent panel
  • Viewer uses PictureBox and image can be centered, zoom or scaled
  • Viewer can be set to draw with transparent background
  • Viewer can hide menu and status bar
  • picviewer-v1.0

    picviewer-v1.3a

    picviewer-v1.3b Top