AD
Administrator
Syncfusion Team
June 21, 2004 02:47 PM UTC
btw i did copy browse.bmp too and set it to embedded resource.
AD
Administrator
Syncfusion Team
June 21, 2004 03:35 PM UTC
This is likely a namespace problem.
Check this line in your code from the EllipsisCell.cs (or EllipsisCell.vb) file..
iconPainter = new GridIconPaint("CellButtons.", typeof(EllipsisCellButton).Assembly);
The "CellButtons." listed there should be changed to the namespace for your project (where the resources are embedded). If you are using VB, then you need to open the projects properties to see the name of the default namespace.