Call DLL

Hello,

How can I call COM/.net/ Win API DLL from UI Path?

If you are aware with your COM methods then you can use Invoke Com method Activity.
To Use other assemblies try to import them from namespaces and if they are not available then create and include it.

Regards…!!
Aksh

2 Likes

is this still the only way to include external assemblies?

that’s a disgustingly convoluted way to add a system assembly

edit: nevermind, System.Windows.Forms not available? - #4 by Silviu

1 Like