all groups > dotnet windows forms designtime > june 2005 >
You're in the

dotnet windows forms designtime

group:

design time serialization examples


design time serialization examples Wen Tung
6/11/2005 12:00:00 AM
dotnet windows forms designtime:
Hi
Need some examples on design time serialization.
Examples like implementations on IDesignerSerializationManager,
IDesignerSerializationProvider, IDesignerSerializationService, IDesignerHost
for Serialization and stuff ...

Re: design time serialization examples Graham Allwood
7/27/2005 10:49:22 AM
Hi,

I don't know if this helps you (or if this is right) but, using .NET 2.0 I
derived from BasicDesignerLoad and implemented PerformLoad and PerformFlush.
However, in the implementation I did not use the
IDesignerSerializationManager either I simple used my own serialization
class.

I too like you wasn;t sure how to use this interface when hosting the
designsurface in my own app.

Graham

[quoted text, click to view]

RE: design time serialization examples David Whitchurch-Bennett
9/20/2005 2:50:02 AM
Hi there,

Did you get anywhere with this? I am completely stuck on the same problem,
and would be interested to know how you did it, if you mananged it! All I
want to do is save the form layout from the design surface, and load it back
later.

Thanks,

David.

[quoted text, click to view]
AddThis Social Bookmark Button