Quote:
Originally posted by smcgarry
if the project type you selected was a "UserControl" then it should have compiled an OCX instead of DLL. To my knowledge, I don't think you could access the user control unless you compiled it as an OCX. Once it's an OCX, all you should have to do is register it and then add it to your toolbox by rightclicking on the toolbox and selecting "Customize Toolbox".
OCX's are VB6, .Net does not work the same. You compile your control to a dll, then you reference that control.