displaying and deleting the images from a listbox using c#
hi,
i have a query:
i'm displaying only the images that are stored in a folder as listbox images..how can i display the image names along with the images? and i would like to delete a particular image from the folder when i delete the images displayed in the listbox...can i do this by placing a link button for every image...if so plz help me out with both coding and design
thanks and regards,
pinky
Kirtan PatelPosted Nov 5, 2009, 6:40 AM
In Normal Windows Application its difficult to Display image in list Box because you have to code your own Control for that ..
the task which you are saying can be accomplished easily in WPF application . because we can use nested elements in it :)
if my answerer helps you please check "do you like this answer" check box :)