Home > Forum > Where do I find Controls .dll ?

Where do I find Controls .dll ?

Sep 10, 2022
Pavol wrote
Hi, I cant find the UI Controls .dll, so I am unable to add them to the Toolbox. Are the controls downloaded with VideoCapture or do I need to download something else?
Sorry for lame question. Thank you.
Reply
4 Answers
Sep 10, 2022
Roman Miniailov agent wrote
Please check the product page - https://www.visioforge.com/video-capture-sdk-net .

You can find UI NuGet packages in the Downloads list.
Sep 14, 2022
Pavol wrote
Thank you, I managed to get some controls from VisioForge.DotNet.Core.UI.WinForms, but for example VideoCapture control is still missing. Any idea where to find it? If tutorial there is a folder, but the path to the .dlls is not clear, as could be seen in screenshot below.

Thank you
Sep 14, 2022
Roman Miniailov agent wrote
Please check the following - https://www.visioforge.com/help/docs/dotnet/general/migrate_v14_v15/

Now instead one VideoCapture control SDK has VideoView UI control for video rendering and VideoCaptureCore class with the same API to configure as the VideoCapture class before.

You can check demo applications to see how it's worked - https://github.com/visioforge/.Net-SDK-s-samples/tree/master/Video%20Capture%20SDK
Sep 14, 2022
Pavol wrote
Aha, I see, thank you.