I'm using VideoEditSDK.NET 8.4.15.0 (trial) for converting videos in Visual Basic. To access the VideoEdit class in different threads, I declare the VideoEdit instance locally, so I have no access to the VideoEdit events. To get the converting-progress I want to use the property .progress, but this property always return 0 (even if the video is converting sucessfully). How do I get access to the converting-progress when declaring the VideoEdit-instance locally?