I create an COM DLL with events. So I implement an event interface in the DLL. I create the type library so that vb can use it. At the very beginning, I have only 1 event, so the program work well. When I add one more event to it, whenever i trigger the second event from the COM DLL, it call the first event handler in vb, and worst, when i call the first event, it crash.... what can be the cause ?? thanks.




HTH

cksiow
http://vblib.virtualave.net - share our codes