Hi Guys
Please any one can explain the purpose of this code.
this.Controls.AddRange(new System.Windows.Forms.Control[] {this.button1});
This code is not there when we create a Visual Studio IDE to design a Form.
Thank you
Hi Guys
Please any one can explain the purpose of this code.
this.Controls.AddRange(new System.Windows.Forms.Control[] {this.button1});
This code is not there when we create a Visual Studio IDE to design a Form.
Thank you
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Posted Apr 14, 2007, 4:05 PM
SimonPosted Apr 13, 2007, 9:41 PM