I'm working on a scripted function for DisplayFusion. Such a function is written in C# and can use .net libraries.
I want to implement the function shown here. SHDocVw is part of "Microsoft Internet Controls", so I need to add a reference to this. I need to do this in the code, because DisplayFusion does not offer to do this via menu.
Is this possible?