I don't understand why my component appears gray in the toolbox. I added the
[ToolboxItemFilter("NETCF", ToolboxItemFilterType.Require)]
[ToolboxItemFilter("System.CF.Windows.Forms", ToolboxItemFilterType.Custom)]
attributes in my component.
Can someone help me please....
Have you followed through on some tutorials to make sure that you're
building your component correctly?
http://www.intelliprog.com/articles/index.html
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_evtuv/html/e
tconcustomcontroldevelopment.asp

Signature
Tim Wilson
.Net Compact Framework MVP
> I don't understand why my component appears gray in the toolbox. I added the
> [ToolboxItemFilter("NETCF", ToolboxItemFilterType.Require)]
> [ToolboxItemFilter("System.CF.Windows.Forms", ToolboxItemFilterType.Custom)]
> attributes in my component.
> Can someone help me please....