From a class object, is there a way to retrieve the handle of the specific instance that is running? For example, I have a class module called clsABC. In another part of the application I do the following:<br>
<br>
set x = New clsABC<br>
<br>
I would like to be able to retrieve the handle of this new instance of clsABC.<br>
<br>
There is an API called GetHandleInformation but I can't seem to find any documentation on it (only C++ references but not VB) and I don't kno how to use it.<br>
<br>
Can anyone help!
<br>
set x = New clsABC<br>
<br>
I would like to be able to retrieve the handle of this new instance of clsABC.<br>
<br>
There is an API called GetHandleInformation but I can't seem to find any documentation on it (only C++ references but not VB) and I don't kno how to use it.<br>
<br>
Can anyone help!