all groups > dotnet windows forms designtime > july 2004 >
You're in the

dotnet windows forms designtime

group:

Designer serialization samples?


Designer serialization samples? schneider
7/30/2004 2:32:21 PM
dotnet windows forms designtime:
I look for a sample on how VS serialize/deserialize a Form in the designer.

So If a was making an IDE how could I serialize/deserialize a form...

Anyone have a sample to start from?

Thanks,

Schneider

Re: Designer serialization samples? Jörg Neumann
8/10/2004 10:53:01 AM
In VS.NET 2003 the serializer is internal and in an VS.NET-assembly. Wait
for VS.NET 2005. There is an public serializer in the framework.

But when you built a custom root designer for use in VS.NET, look for the
RootDesignerSerializer-Attribut of Component. You can use it to redirect the
code generation to your own CodeDomSerializer class. There you have access
to the CodeDom, the WindowsForms-Designer generates.

Jörg Neumann

"schneider" <0000@0000.SPAM> schrieb im Newsbeitrag
news:uSQ6IumdEHA.1764@TK2MSFTNGP10.phx.gbl...
[quoted text, click to view]

AddThis Social Bookmark Button