change code serialization order

  • Thread starter Thread starter Bill Foust
  • Start date Start date
B

Bill Foust

Is there something I can do to change the code
serialization order? I have a custom derived dataset that
I want to do its initialization AFTER all the visible
objects on the form are initialized. Basically at the end
of the InitializeComponents function. Right now its based
on creation order. Can I change that?

Thanks
Bill
 
I'm afraid this is not possible. You may try the
microsoft.public.dotnet.framework.windowsforms.designtime group where you
may find more information.

Regards,
Xin

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. (c) 2003 Microsoft Corporation. All
rights reserved.
 
Back
Top