I use LV6.1 and IMACVision, and I need to wait for an event send by an other application (from DLL); Where can I find informations or VI to define (Create, Reset, Kill, Read) events with WINNT 2000 platform.
In LabVIEW 6.1, there is no way to programmatically create, reset, etc. events. The only events that are accepted are events created by direct user interaction.
You will probably want to look into other routes of communication between the other application and LabVIEW.
I don't know if applies to your application, but in case it is possible to transform the external code (that dll) into ActiveX, you can capture it's events (see axevent example in "lv folder\comm\")