> In LV 5.1 it's possible to use ActiveX Events.
> Can anybody give me an eksamble of using theese Events
>
I'll explain an example. There are some ActiveX controls,
like the listbox and tree controls that fire events when
an item is double-clicked. The event will describe which
item it was and maybe other information about modifier
keys like shift, etc.
The documentation for the control or server should describe
which events it provides and what their meanings are.
Greg McKaskle