|
-
Jan 11th, 2002, 05:02 AM
#1
Thread Starter
Hyperactive Member
GlobalMultiuse
In VB6 when creating a class there is an Instancing property that can be set to Public Non Creatable/GlobalMultiuse etc.
I used a GlobalMultiuse class for the ErrorHandler DLL I have.
I know wish to create a similar ErrorHandler Class (as a DLL) in .NET, but I am not sure how to set it to the equivelent of GlobalMultiuse. ie - I don't want to have to set up the class as a global object in .NET, I just want it to be available.
All help would be appreciated.
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|