S
swartzbill2000
Hello,
I am using a VB.Net COM library to provide multi-threading to an
existing VB6 app. Library functions that start background operations
create an EventWaitHandle to be used to cancel the operation. How can
I return some kind of reference to the EventWaitHandle to the VB6 app
that can be used later in another library function call to cancel the
operation?
Bill
I am using a VB.Net COM library to provide multi-threading to an
existing VB6 app. Library functions that start background operations
create an EventWaitHandle to be used to cancel the operation. How can
I return some kind of reference to the EventWaitHandle to the VB6 app
that can be used later in another library function call to cancel the
operation?
Bill