Hi there
I'm updating an old VB6 application to a VB.NET one with VS2008 using the newest MeasurementStudio.
Must say that that I'm very disappointed with the NET version of the Gauge-control.
1. I wanted to change the maximum range value in code which is not possible. I need to change the maximum
range in my programm depending on the value. I don't want to use the AutoDivisionSpacing property. How is this done?
2. In the ActiveX version there's a function that the range maximum value is the same as the value of the
control, meaning the range goes up and down with the needle. How is this done with the NET version?
3. Can I change the thickness of the needle/pointer. Is there a value?
4. How can I do more than one pointer. Found an example in C# here in the forum. How is this done in
VB.NET and why isn't there a pointer collection?
5. In the ActiveX version there was a property called Axis.Caption where I could add text inside the control.
In the NET version the caption is above the control, which is useless for me. Can I add text inside the control
maybe above the spindle?
So many questions. Hope someone from NI could solve them 😉
Regards, Frank