hello,
I have imported a c# object into my vb.net probject, but I can't find a way to call the c# class.
I can call another vb module just fine however. There must be something significant I'm missing. I tried:
Imports classname, and
imports namespace.classname, and
calling the class directly from vb code:
classname.methodname
but nothing has worked and I'm stumped.
I did some searching and I didn't find an answer to this problem yet. Any ideas?
many thanks
I have imported a c# object into my vb.net probject, but I can't find a way to call the c# class.
I can call another vb module just fine however. There must be something significant I'm missing. I tried:
Imports classname, and
imports namespace.classname, and
calling the class directly from vb code:
classname.methodname
but nothing has worked and I'm stumped.
I did some searching and I didn't find an answer to this problem yet. Any ideas?
many thanks