I have a project with SQlite database . I save images in folder " scan " ( into debug folder) & their name in the database ( column "docpic") . When I click in a row , related image name retrieve the image name from database to label10.text (label10.text = image.jpg ). i want open the images (that shows there name in label10.text) with windows photo viewer by clicking on label10 & using label10.text instead image.jag (name of image) . how can do this ?
Asked
Active
Viewed 64 times
0
-
please clear your question – Thomas Mar 09 '17 at 11:25
-
@Joji Thomas Eapen thank u for your comment . but u cant understand the question or cant understand the answer ? – hadi elton Mar 09 '17 at 11:34
-
both, the question and your explanation, provide the sample code which u tried also – Thomas Mar 09 '17 at 11:45
-
im busy for this some days friend . thats not so esay that seems for me . if you have sample code , show me that please – hadi elton Mar 09 '17 at 11:47
-
http://stackoverflow.com/questions/42676443/open-the-image-in-windows-photo-viewer-by-clicking-on-picturebox1-c-sharp/42677824?noredirect=1#comment72492519_42677824 – hadi elton Mar 09 '17 at 11:54
-
at above link i quest my question in another way . but answers dont work ! – hadi elton Mar 09 '17 at 11:54
-
ok letme chck and replay to u. – Thomas Mar 09 '17 at 11:57