04-02-2013 12:00 PM
Hi,
Is there any way to remove the frame around the active row of list box in CVI 5?
J
04-02-2013 02:14 PM
SetCtrlAttribute (..., ..., ATTR_HILITE_CURRENT_ITEM, 0);
I normally use this option for indicator listboxes: I have no idea about what happens on hot controls. Keep in mind that the dotted highlighting is a visual reminder of the active item when the control is not the active one, so putting it away can lead to confusion.