When would you use the GlobalSingleUse instancing property of the class module. When would I decide to use GlobalSingleUse or SingleUse versus MultiUse.
Thanks in advance for the response
Printable View
When would you use the GlobalSingleUse instancing property of the class module. When would I decide to use GlobalSingleUse or SingleUse versus MultiUse.
Thanks in advance for the response
I expect that single use is for something like an MDI form, where you cannot have more than one MDI form
and multiuse for other things like Labels and Pictureboxes
DocZaf
{;->