|
-
Jun 26th, 2014, 09:02 AM
#1
Thread Starter
Frenzied Member
-
Jun 26th, 2014, 09:13 AM
#2
Re: Initialize Class Inside Shared Method
Since it's a DLL, why not move the Shared method into a module? You can then create an instance (if there isn't one already) and show it from the method. Technically, you could do the same thing in a shared method of the class, as what you would end up with would be like a Singleton form.
My usual boring signature: Nothing
 
-
Jun 26th, 2014, 09:53 AM
#3
Thread Starter
Frenzied Member
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
|