Microsoft Communities

Welcome to WindowsClient.net | Sign in | Join

Here are some frequently asked questions about Windows Forms and their answers.

Windows Forms FAQs

How do I detect the designer host getting loaded for the first time in a designer?

Subscribe to IDesignerHost.LoadComplete event. Make any changes to the designer host (like adding or deleting components) only after this event, or else the design document will not be made "dirty".

IDesignerSerializationManager.SerializationComplete will tell you when Code is deserialized into design time components.

Contributed from George Shepherd's Windows Forms FAQ



Page view counter