Trying to port a CF app from VS2003 to VS2005. Besides the very long load
time of some of the forms, I've noticed I do not get the layout displayed of
the controls. That is, I get a listing of the controls on the form on the
Design surface instead of the actual controls laid out. I'm speculating this
is a switch I'm overlooking?

Re: Hmmm ... display of controls when upgrading from 2003 to 2005 by Simon

Simon
Wed Dec 21 14:35:28 CST 2005

If you are talking about your custom controls inherting from Control or
UserControl, if latter you will need to add design time support.

Cheers
Simon.

"Earl" <brikshoe@newsgroups.nospam> wrote in message
news:e7FKluYBGHA.4076@TK2MSFTNGP14.phx.gbl...
> Trying to port a CF app from VS2003 to VS2005. Besides the very long load
> time of some of the forms, I've noticed I do not get the layout displayed
> of the controls. That is, I get a listing of the controls on the form on
> the Design surface instead of the actual controls laid out. I'm
> speculating this is a switch I'm overlooking?
>