[img]http://i37.tinypic.com/hv6nvn.jpg[/img]
The image is stored in Image folder in the main directory problem is my GIcon is not able to access the image the path is coming from database ex="~\\Image\\gf.gif". What i am doing wrong please help me.
GIcon Icon = new GIcon();
Icon.image = dr4["Icon_type"].ToString();
Icon.iconSize = new GSize(12, 12);
Icon.iconAnchor = new GPoint(6,6);