Hi HanneSThEGreaT,
The Line of code is in the array control class. the Add_a_machine_grpbox_to_the_list is called called whenever I want to add another custom control
Code:
Public Function Add_a_machine_grpbox_to_the_list()
'Creates a new instance of the custom machine info control class
Dim Machine_Control As Custom_View.Machine_details_box
'Add the custom control to the collections internal list
Me.List.Add(Machine_Control)
'Adds the button to the controls collection of the panelview
HostForm.Controls.Add(Machine_Control)
Thanks
Robbo