Double Clicking an Image

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a bound object control on a form that displays images of either .bmp
or .jpg
I have set the Verb for the object to 2 so that when I double click, it will
open in a new window. This works fine for .bmp but gives an invalif verb
error for .jpg
If a change the verb to 1, then this works fine for .jpg but .bmp open in
the same frame as my control on the form instead of a new window. What can I
do or check so that both .bmp and .jpg open in a window of their own when
they are double-clicked ?
 
Dennis said:
I have a bound object control on a form that displays images of
either .bmp or .jpg
I have set the Verb for the object to 2 so that when I double click,
it will open in a new window. This works fine for .bmp but gives an
invalif verb error for .jpg
If a change the verb to 1, then this works fine for .jpg but .bmp
open in the same frame as my control on the form instead of a new
window. What can I do or check so that both .bmp and .jpg open in a
window of their own when they are double-clicked ?

I don't know if this is your problem, but I suggest you check to make
sure that jpg is set to open your desired viewer.
 
Hi Joseph,

It makes no difference, I have tried with different programs opening .jpg's

Dennis.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top