Hi Dave,
You have to add it to the toolbox manually. In Visual Studio 2005 it will
appear in the toolbox automatically, but only while the project in which
it's defined is part of the currently active solution. If you want to
reference the assembly from another project in a completely different
solution, then you'll have to add the control to the toolbox manually.
How to: Add Items to the Toolbox
http://msdn2.microsoft.com/en-us/lib...55(VS.80).aspx
--
Dave Sexton
http://davesexton.com/blog
"DAVE P" <dv*****@sbcglobal.netwrote in message
news:zj******************@newssvr12.news.prodigy.n et...
>i want to extend the progress bar control via inheritance
my question is...in the ide how can i expose the inherited
control
for instance can i ad my inherited control in the tool box
or is there a property that has control inherits from
thanks
dave