Could you use SetFocus to move to that control instead? Simulating a mouse click at a particular location is a very fragile way way of making soemthing happen.
Sorry if I haven't understood this properly, but there are two possible issues here.
First, you could try setting the picture column's Sparse property to .F. That might be enough to make the picture visible.
Second, the fact that you can see "stuff in each cell behind the picture" suggests that you might have two controls in the column, and the one you want is behind the other one. Check that the only control in the column in an Image control; if necessary, remove the other one.
Finally, rather than forcing a mouse click, it might be enough to set focus to the control in question.
Mike
__________________________________
Mike Lewis (Edinburgh, Scotland)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.