Ah.

Slight problem.

If I want to change the image on rollover, does this mean I'm gonna have to refresh the cell every single time?

Thanks for your help!

Giles.

On 25 Jul 2006, at 23:07, Stephen Dodd wrote:


I have a picture, say p As Picture. How would I go about assigning
that picture to a row - having it as a background??


In the cellbackgroundpaint event, check if it's the row, column you want and then do

g.DrawPicture playyellowtiny, 0, 0

if you ever need to change the picture, you can force a refresh of that spot with
InvalidateCell(row, column)


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to