I don't suppose you can add properties dynamically, can you?
I would just have to define a List<Object> in a form and/or object.Code:void DoIt()
{
this.NewProperty = new Object();
}
DoIt();
Also, Why can't I convert a form to an object array? Can someone help me here, or is it just not possible.
