Quote Originally Posted by Ellis Dee
Is the HideSelection property set to True?
Quote Originally Posted by matrik02
Yes, It hide selection is set to true. But I don't know how to change the highlight color.
There... you answered it right there.... HideSelection is turned on. that means that when the control loses focus, it "hides" the selection.... it's not that it isn't selected, jsut that the highlight isn't showing. Set this property to FALSE to keep the highlight when it loses focus.

-tg