G
Guest
In VB6 there was a property - object. What is the similar property in .NET
I am using a 3rd party COM grid object that requests the object property of
another such object. e;g:
Set grd.ddb = grd1.Object
what is the equivalent of the line above in .NET?
I am using a 3rd party COM grid object that requests the object property of
another such object. e;g:
Set grd.ddb = grd1.Object
what is the equivalent of the line above in .NET?