W
Wayne Hoover
I have an embedded icon resource in my project - I need to reference this
icon for a grid cell. I've tried using the following but it does not work. Any
help
appreciated:
Dim im As System.Drawing.Image
im = CType(getobject("CHECKMRK.ICO"),System.Drawing.Image) <-- Fails here.
g_mainform.fg.SetCellImage(g_mainform.FG.Row, 5, im)
icon for a grid cell. I've tried using the following but it does not work. Any
help
appreciated:
Dim im As System.Drawing.Image
im = CType(getobject("CHECKMRK.ICO"),System.Drawing.Image) <-- Fails here.
g_mainform.fg.SetCellImage(g_mainform.FG.Row, 5, im)