I need to show multiple images in one window and directly select one image for maximize,minimize and close it but not reflect to other images
please give me some suggestion to do this task in c# .net /C++ .net
I need to show multiple images in one window and directly select one image
Share
As I understand you should put all the images into datagrid and on click event send ImageUrl of selecred image onto another forms constructor in which that selected image wil be shown….