04-04-2014 05:42 PM
anyone know how can we set ring attribute to Dimmed? Thank you
04-04-2014 06:33 PM
Same as setting any control's dimmed attribute.
SetCtrlAttribute (panel, PANEL_RING, ATTR_DIMMED, 1);
These are too simple questions. You would learn the answer much quicker if you first looked at the available offline CVI help or searched among sample projects first.
Solving such relatively simple questions through such sources makes your application development process much faster.