
I am coding in C#.
Yes, you can use vb.net dlls, just add the dlls as reference to your C# project.Please tell me if there is any way to access the vb.net dll in Ranorex.
public Shared Sub test() MsgBox("Hello World") End SubAfter i have added the created dll to my normal C# solution I executed the method with the following code:
VBDll.VBDll.Class1.test();Ragards,