Quote:
Originally Posted by moster67
Interesting...I will try and see if this works in VB.NET as well.
|
It will! It's the Basic4ppc library loading code that ignores classes beginning with underscores and it doesn't know, or care, what language generated the library. For some reason Erel wrote Basic4ppc to load both Public and Private classes from a library (backward compatibility maybe) but then added the "ignore underscore" code later so that stuff that you don't want to see in "Add Object" can be hidden although, and especially with VB.NET, on larger libraries you may get some classes that the compiler of the library has added showing up.