change code serialization order

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
 
X

Xin Huang

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top