PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
Where are all these designer attributes in CF 2??
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
Where are all these designer attributes in CF 2??
![]() |
Where are all these designer attributes in CF 2?? |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
Hi.
I've made an usercontrol in full .net framework which has Items property. So of course i had some attributes applied like: <System.ComponentModel.TypeConverter> <System.ComponentModel.DesignerSerializationVisibility()> But what happend to them in compact framework 2.0? I've searched google and found examples only for v1.0 with System.CF and #IF .... and statements that cf 2.0 uses a different approach. nothing more. I'm shocked ![]() |
|
|
|
#2 |
|
Guest
Posts: n/a
|
The architecture changed for VS2005. Now the attributes are applied via an
XML file, then a designer metadata dll is created which VS2005 uses to provide design time behaviour. Take a look at this article (along with parts 2-4 linked at the end) for a walkthrough:- http://www.peterfoot.net/ControlAnd...DesignTime.aspx Peter -- Peter Foot Device Application Development MVP www.peterfoot.net | www.inthehand.com <doker0@wp.pl> wrote in message news:1157545732.475539.192680@d34g2000cwd.googlegroups.com... > Hi. > I've made an usercontrol in full .net framework which has Items > property. > So of course i had some attributes applied like: > <System.ComponentModel.TypeConverter> > <System.ComponentModel.DesignerSerializationVisibility()> > > But what happend to them in compact framework 2.0? > I've searched google and found examples only for v1.0 with System.CF > and #IF .... > and statements that cf 2.0 uses a different approach. nothing more. > I'm shocked ![]() > |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Oops thats the VS2003 article. Try this one instead:-
http://www.mooseworkssoftware.com/VS2005%20Control.htm Peter -- Peter Foot Device Application Development MVP www.peterfoot.net | www.inthehand.com "Peter Foot [MVP]" <feedback@nospam-inthehand.com> wrote in message news:uYB2rgb0GHA.1536@TK2MSFTNGP02.phx.gbl... > The architecture changed for VS2005. Now the attributes are applied via an > XML file, then a designer metadata dll is created which VS2005 uses to > provide design time behaviour. Take a look at this article (along with > parts 2-4 linked at the end) for a walkthrough:- > http://www.peterfoot.net/ControlAnd...DesignTime.aspx > > Peter > > -- > Peter Foot > Device Application Development MVP > www.peterfoot.net | www.inthehand.com > > <doker0@wp.pl> wrote in message > news:1157545732.475539.192680@d34g2000cwd.googlegroups.com... >> Hi. >> I've made an usercontrol in full .net framework which has Items >> property. >> So of course i had some attributes applied like: >> <System.ComponentModel.TypeConverter> >> <System.ComponentModel.DesignerSerializationVisibility()> >> >> But what happend to them in compact framework 2.0? >> I've searched google and found examples only for v1.0 with System.CF >> and #IF .... >> and statements that cf 2.0 uses a different approach. nothing more. >> I'm shocked ![]() >> > > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
Thank You thank You thank You :]
|
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 


