W
web1110
I need to pass the Controls ControlCollection as a parameter to a class.
I'm getting a:
The type or namespace name 'ControlCollection' could not be found (are you
missing a using directive or an assembly reference?)
error.
I tried putting in a reference to System.Windows.Forms and the appropriate
using clause.
using System.Windows.Forms;
But the error persists.
This class needs to refer back to the Controls collect in the main program.
I can use some help!
Thanx,
Bill
I'm getting a:
The type or namespace name 'ControlCollection' could not be found (are you
missing a using directive or an assembly reference?)
error.
I tried putting in a reference to System.Windows.Forms and the appropriate
using clause.
using System.Windows.Forms;
But the error persists.
This class needs to refer back to the Controls collect in the main program.
I can use some help!
Thanx,
Bill