i have a program that displays a jpg file through an imagebox. What i want is that when the user double clicks the picture, my program is going to open the jpg file in IE. please help...
Printable View
i have a program that displays a jpg file through an imagebox. What i want is that when the user double clicks the picture, my program is going to open the jpg file in IE. please help...
VB Code:
Shell "Explorer " & ImagePath.jpg
thank you very much Spajeoly! ;)