develop customcontrols or customcomponents for comapct framework

  • Thread starter Thread starter Andreas Möller
  • Start date Start date
A

Andreas Möller

Hello NGs,

i have a big problem. I have to develop a customcomponent for the
comapctframework. But it doesnt work. When I put it into toolbox it is
grayed out. Could anyone give me a working example (.cs file and csc call)?

Thanks

Andreas
 
There are quite a few examples on the Web. We have several at
OpenNETCF.org, MSDN has a how-to and there's the original article at
intelliprog.com
 
Dear Chris,

thanks for your hints but all examples only works with custom controls but
not with custom components. I tried it with an simple assembly with one

field. When I inherit from control, it works fine but when I inherit it from
component it's grayed out in toolbox.

Any idea?

Greetings Andreas
 
Back
Top