Click here to Skip to main content
15,891,708 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have a datagrid in wpf in which I am displaying image in one of its column. My requirement is when you click on this image, it should be displayed by system default image viewer in enlarged mode. Suggest me how can I implement it?
Posted
Comments
willempipi 10-Jan-13 6:31am    
Can't you just start the file like it's a executeble using the Process.Start function?
Sanchita Podder 10-Jan-13 6:34am    
Did not get you. Please elaborate.For your information I am using MVVM and image I need to display is stored in datagrid column.
Sergey Alexandrovich Kryukov 10-Jan-13 14:18pm    
Why?
—SA

1 solution

Why default viewer? You can easily implement viewing it inside your application, where you can have full control. For those who wants a different viewer, provide "Save". By the way, and external viewer (default or not) will require to have a file anyway, so you have nothing to loose. "Save" is very beneficial, because then the user decides where to put it, you won't need to mess with temporary file.

I'm pretty much sure you know how to make a viewer, as soon as you already can view the image in the grid view.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900