Hey all,

I want to hide the Interfaces so that they do not show up when i create them in VB. I'm aggregating for example object bar into object Foo. When I add a reference to foo.dll in VB and try to create the object using createobject intellisense shows foo.IBar which I don't want to show up, but when I use new it does not How would I hiding the IBar interface from VB?


Thanks!
hope this is not too confusing.