Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

Where can I find a control like the numeric meter in Measurement Studio for Visual C++

I'am using Measurement Studio in Visual Studio .NET environment, and I cannot find any UI control that looks the same as the numeric meter does in CVI/Lab Windows. The only available controls are numeric but without any meter indicator available.
0 Kudos
Message 1 of 2
(2,762 Views)
The Measurement Studio for Visual C++ controls have a numeric edit (CNiNumEdit) and a knob (CNiKnob, which has a meter style), but no control that has both. You could drop a knob and set it to a meter style to get your meter indicator, then drop a numeric edit to get your numeric indicator, then keep then synchronized via the numeric edit's ValueChanged event and the knob's PointerValueChanged event.

- Elton
0 Kudos
Message 2 of 2
(2,762 Views)