View Single Post
  #111 (permalink)  
Old 03-21-2009, 10:06 AM
agraham's Avatar
agraham agraham is online now
Basic4ppc Expert
 
Join Date: Jul 2007
Location: Cheshire, UK
Posts: 6,072
Awards Showcase
Innovator medal Beta Tester Forum Contributer 
Total Awards: 3
Default

Quote:
Originally Posted by moster67 View Post
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.
Reply With Quote