I have a UserContol which is just a group of 9 TextBoxs in a GroupBox which represent the elements of a 3x3 matrix. I was trying to add this control to the toolbox so I could drag and drop it using the designer but I can't figure out how. I have seen a number of instructions on how to add an entire .dll with custom controls but I just want to add one for two. Must I have separate projects for the controls and the main program? If so why would it be designed like this? What if I wanted to write methods in my control that wanted to reference types defined in my main project?
Thanks Alex