Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. A tool that just like "Windows Picture and Fax Viewer overview".

A tool that just like "Windows Picture and Fax Viewer overview".

Scheduled Pinned Locked Moved C#
help
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    fang_eric
    wrote on last edited by
    #1

    I want to make a tool that just like "Windows Picture and Fax Viewer overview". 1. Increase or decrease the image preview size. 2. View the image in full size or as the best fit for your window. 3. Manage image files and print, save, delete, or change file details. 4. Open the image in an editing program if you wish. Note that this closes Windows Picture and Fax Viewer. 5. Rotate images right or left by 90 degrees. Thanks a lot for help in advance!

    G 1 Reply Last reply
    0
    • F fang_eric

      I want to make a tool that just like "Windows Picture and Fax Viewer overview". 1. Increase or decrease the image preview size. 2. View the image in full size or as the best fit for your window. 3. Manage image files and print, save, delete, or change file details. 4. Open the image in an editing program if you wish. Note that this closes Windows Picture and Fax Viewer. 5. Rotate images right or left by 90 degrees. Thanks a lot for help in advance!

      G Offline
      G Offline
      Graham Nimbley
      wrote on last edited by
      #2

      This is all possible using GDI and C#: 1, 2 and 5 can be done using Graphics and the System.Drawing namespace 3 using System.IO 4 using the System.Diagnostics.Process class Search CP for GDI and System.Drawing articles Regards, Graham.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups