Hi All,
I cannot made visible the toolbox bitmap for my controls.
I did the following:
- Namespace : foo
- Assembly: foo.dll
- Toolbox bitmap stored in subdirectory Resources. Resource bitmap defined
as embedded resource: MyControl.bmp
- Then the control toolboxbitmap attribute is defined like this:
[ToolboxBitmap(t ypeof(MyControl ), "foo.Resources. MyControl.bmp")]
public class MyControl : System.Componen tModel.Componen t
Anyone have an idea ?
Thanks
I cannot made visible the toolbox bitmap for my controls.
I did the following:
- Namespace : foo
- Assembly: foo.dll
- Toolbox bitmap stored in subdirectory Resources. Resource bitmap defined
as embedded resource: MyControl.bmp
- Then the control toolboxbitmap attribute is defined like this:
[ToolboxBitmap(t ypeof(MyControl ), "foo.Resources. MyControl.bmp")]
public class MyControl : System.Componen tModel.Componen t
Anyone have an idea ?
Thanks
Comment