Chapter 17 Mean Calculator problem
I'm trying to make the MeanCalculator example work. I don't have VB6 installed. I regsvr32 the two mean and mega dll's from the Wrox Pro VB6.Net 2nd Edition chapter 17 example folders. I referenced the two COM objects in my application, created the form, added the code that dims and news the mobjMean object, but in the button handler routines it says 'AddInput' is not a member of 'MeanCalculator.MeanCalc', and the same with the other references to mobjMean. Any ideas?
|