showing .jpg in PictureBox
Working with "smart device" template.
I have a listView showing small images of several items. When user clicks on item, I want to change image in PictureBox...
I know how to capture the listView.selecteditemchanged event, but what to do with that info?
assuming I've copied the jpgs to the device, how do I set the PictureBox.image to a jpg on the device?
|