Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I implement 'Ring' control of CVI in VC++?

How can I implement 'Ring' control of CVI in VC++? Should I use combo control? I checked CNiNumEdit, but there was no options for value pairs.
Thank you.
0 Kudos
Message 1 of 2
(2,856 Views)
A combo box is going to be the closest thing that you'll find to CVI's ring control in Visual C++. If that doesn't do what you want, you might be able to simulate something similar to a ring control with a couple of buttons and an textbox/label.

- Elton
Message 2 of 2
(2,856 Views)