D
Davis
Hi, In VB if i want to define a class that has access to private
elements of another class how do i declare it. In C++ you
just use friend keyword.
As far as i understand the Friend keyword in VB allows that
particular element to be accessed outside the class but within an assembly
which is not what i'm after.
Thanks
elements of another class how do i declare it. In C++ you
just use friend keyword.
As far as i understand the Friend keyword in VB allows that
particular element to be accessed outside the class but within an assembly
which is not what i'm after.
Thanks