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?

Re: Embedded C# (Studio 2005) User controls not painting in designer by Chris

Chris
Fri May 02 17:32:28 CDT 2008

You don't get designer support for "free" with smart device controls. You
have to do some additional work:

http://www.mooseworkssoftware.com/VS2005%20Control.htm

There are additoional links off of the one above as well.


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded community
http://community.OpenNETCF.com

"mcm" <mcmalburg@digitalmetrology.com> wrote in message
news:%23$p7tAKrIHA.2068@TK2MSFTNGP05.phx.gbl...
> 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?
>
>
>