vote up 0 vote down star

Hi!

I have a form

MyForm : System.Windows.Forms.Form {}

and I need to call

Site.GetService(..)

before user starts using this form.

But it's null in constructor and all loading events I've tried to override. When is the Site not null, please?

flag

At design time or runtime? – rism Sep 1 at 8:53
at runtime . . . – stefan Sep 1 at 11:13

1 Answer

vote up 0 vote down check

By default, IComponent.Site is set only in the Visual Studio designer. It is used for design-time services within the IDE such as naming the component. Here is an article that talks about how sites are used: Design-Time Integration—Hosts, Containers, and Sites.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.