I have an OCX gauge control I used successfully in VB6 (prjGauge.ocx). This gauge has max and min properties that can be set by the user, like, "gauge1.max = 100". Since then I have moved to VB.Net and when I add the contol to a form it has no max and min properties. Or maybe I don't know how to access them. I get an error message saying max is not a property of gauge. Can anyone explain why? Thanks for any help!