Hi everyone
I have a form that displays images, what i want to do is that when the user double clicks on the picture displayed, it opens in MS picture manager
I used the code:
shell "ois.exe me![picturepath]"
what happens here, picture manager flashes then disappears from the screen
Any ideas
Thanks in advance
I have a form that displays images, what i want to do is that when the user double clicks on the picture displayed, it opens in MS picture manager
I used the code:
shell "ois.exe me![picturepath]"
what happens here, picture manager flashes then disappears from the screen
Any ideas
Thanks in advance
Comment