Embedded C# (Studio 2005) User controls not painting in designer

  • Thread starter Thread starter mcm
  • Start date Start date
M

mcm

Embedded C# (Studio 2005) :

In the designer, my custom controls are not being displayed. I just get a box with the type of the control shown as text. My custom control is a combination of drawing, some text and a bitmap.

If the bitmap is not available my control simply draws a rectangle.

How can make Studio 2005 show me my controls in the designer? BTW, I don't have any problems seeing my contols when I tartget a desktop.
I only get this problem when targeting a CE device?

Ideas?
 
Back
Top