1) Is there any advantage to using a custom control?
2) I can't compile that user control, because it has references to classes that aren't part of the .zip file.
3) If I was trying to do something like what you described, I would think about designing a form, with the text box controls, and then embed the form on another form, instead of a custom user control.