I have tried this lesson and all went well until designing the second "New" method (with the byVal after the "New(...)"... I went back to the module window and typed Dim myOtherCar as New Car... but no drop down box came up to show me that there is more than one thing I can do...when I typed the
Dim myOtherCar As New Car( ...the intellisense does not show me more than one choice...it pops up "New()"...and I'm dead in the water...Am I doing something wrong...or is my visual Basic Express set up wrong? Thanks
Comments
More about Classes and Methods - 15
@JPSkyPilot:Got it...had something wrong in the second "New" method...sorry
More about Classes and Methods - 15
I have tried this lesson and all went well until designing the second "New" method (with the byVal after the "New(...)"... I went back to the module window and typed Dim myOtherCar as New Car... but no drop down box came up to show me that there is more than one thing I can do...when I typed the
Dim myOtherCar As New Car( ...the intellisense does not show me more than one choice...it pops up "New()"...and I'm dead in the water...Am I doing something wrong...or is my visual Basic Express set up wrong? Thanks