-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
Pls a video and sample files on how to integrate and use a custom DLL from all relevant capture components with the OnLoad Event. Solution should contain:
- How to import DLL in script
- How to call the DLL from script and store the created delimiter separated string in a variable.
- Call a sub of function that wil a)split the string and store in a array b) add array to listbox items
Optional: same situation with the OnChange Event. In this case two listboxes, first for the OnLoad Event and second for the OnChange Event (Listitems based on selection in the first Listbox)