We are access an inproc server windows DLL from LabView. The COM interface is derived from IDispatch and has many methods and 2 events. The methods work great but we can't see the events or create event queues. Do we need to move the DLL interface more towards ActiveX? What classes or methods does the COM interface have to support for LabView to handle COM events?