R
Randy
Hi,
Given the following logic:
1. Determine if an object or process exists.
2. If no, create or launch.
3. If yes, access.
Easy enough to do provided an explicit object reference is
in scope. But what if it's not...
The best example I can think of is "Help". You may wish
to access a help tool from any of many contexts. If the
tool isn't running, it would launch. If it is already
running, the appropriate topic is displayed. We wish to
share a single object or process with all contexts, but we
don't want to drag around object references everywhere.
Can this kind of thing be done with the Process class?
Any advise would be appreciated...
Randy
Given the following logic:
1. Determine if an object or process exists.
2. If no, create or launch.
3. If yes, access.
Easy enough to do provided an explicit object reference is
in scope. But what if it's not...
The best example I can think of is "Help". You may wish
to access a help tool from any of many contexts. If the
tool isn't running, it would launch. If it is already
running, the appropriate topic is displayed. We wish to
share a single object or process with all contexts, but we
don't want to drag around object references everywhere.
Can this kind of thing be done with the Process class?
Any advise would be appreciated...
Randy