no no. Ok let me put it this way, a different approach, similar result.
I create a form MyForm.cs. VS2005 creates MyFormDesigner.cs.
Inside MyForm.cs in the MyForm class I add the following:
public List MyList = null;
Now, how can I make that variable accessible via the Windows Forms Designer (you know the pretty WYSIWYG where you can drag things around) - either in Properties, or as an object on that bar below your form.
|