PDA

Click to See Complete Forum and Search --> : *RESOLVED* Private UserControl??


cjqp
Feb 10th, 2004, 02:37 PM
I have previously developed an ActiveX control in which I want to use in a new one that I'm developing. I don't want another programmer to be able to use the first one I developed, only the new ActiveX control (is this clear?). Is there anyway to make a UserControl private within a project?

cjqp

crptcblade
Feb 10th, 2004, 02:44 PM
There is a Public property. Set it to False.

cjqp
Feb 10th, 2004, 08:02 PM
Thank you very much...couldn't for the life of me find that earlier!

cjqp