Dear Trick,

I have gone thru all your examples in multithreading and interacted with you by which you clarified me how to use them.


We know that any c/c++ dll can interact with vb6 standalone exe thru module callback function using addressof operator.The c/c++ dll can export a function using .def file which takes callback function as parameter.
In the exported function we can execute the module function passed vb6 function pointer as parameter.The module function in this vb6 standalone exe can display for example a simple msgbox.

Can you show me a working example of how to call a vb6 standalone exe module function from exported function in which new thread is created in c/c++ dll so that it can also be included in the code bank for which I shall be grateful to you.

regards,
JSVenu