Dll/Assembly Setting Needed ...
In VB6, you could change the "Instancing" setting on any class module in an ActiveX Dll project to say whether just your app could call on the class, or whether you wanted everybody & his uncle to call on it aswell.
I've read that there are 2 settings you can have for an assembly - "Application-Private" or "Shared"
- From the way I understand it, these settings apply to the whole dll/assembly now & not a single vb/class module, is this correct?
- Any ideas how I go about changing this setting / where to find it please?
Thanks for any replies! :D