O
OpticTygre
Hey folks,
I have a component that I know was written in VC++ 6.0, and worked great
within Visual Studio 6. In .NET, I'm able to use it as a reference, check
out all the properties in the object browser, and even have it accessible
via intellisense in my VB.NET code. All this, but I don't know if it's
possible to actually use it's functions properly. Are the events and
methods of objects built in older versions of visual studio still accessible
through .NET, even though they don't use the CLR? From what I've seen they
aren't, but I may be doing something totally wrong.
-Jason
I have a component that I know was written in VC++ 6.0, and worked great
within Visual Studio 6. In .NET, I'm able to use it as a reference, check
out all the properties in the object browser, and even have it accessible
via intellisense in my VB.NET code. All this, but I don't know if it's
possible to actually use it's functions properly. Are the events and
methods of objects built in older versions of visual studio still accessible
through .NET, even though they don't use the CLR? From what I've seen they
aren't, but I may be doing something totally wrong.
-Jason