Home     |     .Net Programming    |     cSharp Home    |     Sql Server Home    |     Javascript / Client Side Development     |     Ajax Programming

Ruby on Rails Development     |     Perl Programming     |     C Programming Language     |     C++ Programming     |     IT Jobs

Python Programming Language     |     Laptop Suggestions?    |     TCL Scripting     |     Fortran Programming     |     Scheme Programming Language


 
 
Cervo Technologies
The Right Source to Outsource

MS Dynamics CRM 3.0

Asp.Net Programming

How to add controls to Controls.Collection?


Hello,

I have an array of controls:
Dim MyControls() As Control
...

How can I add all the controls in MyControls array to a control
collection?

Thanks,
Miguel

In VB.NET:

For i As Integer = 0 To MyControls.Length-1
    myControlCollection.Add(MyControls(i))
Next

Riki

"shapper" <mdmo@gmail.com> wrote in message

news:1181054613.184711.223510@o5g2000hsb.googlegroups.com...

Add to del.icio.us | Digg this | Stumble it | Powered by Megasolutions Inc