I am trying to create a vbscript that will call a C# form, and then return back to the script. The idea is to use C# as my form creator for my vbscript.
This is how I want the flow to work:
The func1, func2, and func3 will run depending on the input from the C# form.
I am not sure the best way to do this. I was hoping there was a way to make the form a DLL and have a return parameter.