Calling Object parameter from a DLL
Hi friends
I have a VJ++ dll which I am using as a reference in my C# code. The
dll has an object Parameter1 whose attribues I need to call in my code.
I am able to invoke all functions and events from the dll, apart from the object Parameter1's attribues like sourcename etc.
Is there any specific format/syntax as to how to invoke such attribues?
Any help in this regard would be highly appreciated.
Thanks in Anticipation