Originally posted by BlahDoS
BTW what is IMO ??? and why does the C++ claims that inheritance in VB is great, ITS AWFUL.

try that.

my class MUST inherits two class already code in VB.NET
the 2 classes are :
- system.web.ui.usercontrol
- system.web.ui.webcontrols.dropdownlist
IMO = In My Opinion.

I was talking about a couple of people in our office who are C++ heads, but grudingly liked inheritance as used in vb.net. As stated they still claim C++ ownz vb, or some such.

So the doco l'm reading on class inheritance is incorrect Damn, time to go back to the specs then. As stated only really have got into vb.net over the last couple of weeks, and am relying on a few documents people have prepared. Time to go get some books methinks.

That inheritance tree thing is going to be a problem for us. Designed it down to four levels thinking inheritance would resolve from Super class to individual class as in

Super Class

Model Class inherits from SC

Brand inherits from Model hence SC

Product inherits from Brand hence Model hence SC.

Guess Rome wasn't built in a day...