L
Leo
In the main dialog, I have a context menu. When I click a menu item, it
will invoke a COM object which will create a dialog (this COM object is
its wrapper).
My problem is: after the click event finishes, the COM object is out of
scope. However, I don't want this happen because I still need to play
with the new dialog and its wrapper. Any suggestion? Thanks.
Leo
will invoke a COM object which will create a dialog (this COM object is
its wrapper).
My problem is: after the click event finishes, the COM object is out of
scope. However, I don't want this happen because I still need to play
with the new dialog and its wrapper. Any suggestion? Thanks.
Leo