Quote:
Originally posted by CyberHawke
The bottom line here is this:
The fact that it supports inheritance at all is a long awaited gift. I've been programming with VB since 1993, and I can assure you that any support of inheritance at all is a god send. Having said that, in order to support multiple inheritance, you will probably need to switch languages for that kind of support. The nice thing about .NET is that you can mix languages. So if you need to write the bulk of your code in VB but end up needing a Class or two written in a language that supports multiple inheritance then I suggest writting those classes/forms in C#. C# is not a difficult language to learn and should solve your problem. :bigyello:
C# does not support multiple inheritance either ...