A tool that just like "Windows Picture and Fax Viewer overview".
-
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!
-
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!
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.