C
Clive Dixon
I'm looking for any information on precisely what the IDE does when opening
a form in design mode. I'm pulling my hair out trying to fix some bizarre
design-time errors screwing up some forms, and it would help if I knew
precisely how the IDE creates and initializes the form and what methods are
called. For example: Does it run a constructor? Does the form have to have a
default constructor? What happens if the form does not have a default
constructor? Does the IDE just in effect bypass the constructor and just
call InitializeComponent? Does it call OnLoad? etc. etc.
Thanks for any info on this.
======================
Clive Dixon
Digita Ltd. (www.digita.com)
a form in design mode. I'm pulling my hair out trying to fix some bizarre
design-time errors screwing up some forms, and it would help if I knew
precisely how the IDE creates and initializes the form and what methods are
called. For example: Does it run a constructor? Does the form have to have a
default constructor? What happens if the form does not have a default
constructor? Does the IDE just in effect bypass the constructor and just
call InitializeComponent? Does it call OnLoad? etc. etc.
Thanks for any info on this.
======================
Clive Dixon
Digita Ltd. (www.digita.com)