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>