I'm trying to add an inmage to a button on the datagrid - windows application
I got an image on the grid but don't really want that.
GataGrid button, image on button
This code does not really work - the button display text "System.Drawing"
e.Value = TCOST002.Properties.Resources.delete;
Please Assist