Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7915673
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T14:32:08+00:00 2026-06-03T14:32:08+00:00

i have a .NET control which a user can drop on a form. Visual

  • 0

i have a .NET control which a user can drop on a form.

Visual Studio creates a InitializeComponent, which is called from the hosting form’s constructor:

public EditItemForm()
{
   InitializeComponent();
}

This auto-generated method, in an auto-generated file, initializes my control based on designer serializiblity rules. e.g.:

private void InitializeComponent()
{
   ...
   this.lvResults = new Contoso.Controls.VirtualGrobber();
   ...

   // 
   // lvResults
   // 
   this.lvResults.BorderStyle = System.Windows.Forms.BorderStyle.None;
   ...

   //FrobGrobberForm
   ...
   this.Controls.Add(this.lvResults);
   ...
}

How can i, a Control sitting on someone’s form, know when all the designer serialization is done, and i’m “ready”?


In Delphi, the mechanism that serializes in a control automatically calls each control’s Loaded method:

Initializes the control after it is loaded from a stream.

procedure Loaded; override;

Description

The VCL streaming system calls Loaded
automatically after the control’s form is loaded into memory so that
the control can complete any initializations that depend on other
objects in the form.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T14:32:11+00:00Added an answer on June 3, 2026 at 2:32 pm

    Implement the ISupportInitialize interface. Visual Studio will add code to the form designer code file that calls EndInit when it’s done setting all the component’s properties.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an asp.net user control on which I want to use jquery ajax.
Ok I have an asp.net menu control which is created from codebehind. It works
I have an ASP.NET user control that contains a textbox which has an AJAX
I am using an ASP.Net Web Application project. I have a user control which
I'm building an asp.net cutom control inside which I have two dropdownlists: companyIdSelection and
Using ASP.Net, I have a server control for which i would like to add
I have an ASP.NET webform on which I use a DropDownList control to allow
I use ASP.NET and have a label control on my page, which I fill
I have been developing an app in VB.NET which requires a control object (for
I have a large project in Vb.net which drives a web browser control around.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.