W wayne May 26, 2005 #1 hi may i know how can i hightlight a row in a list box using VC++?? thanks alot wayne
W William DePalo [MVP VC++] May 26, 2005 #2 wayne said: may i know how can i hightlight a row in a list box using VC++?? Click to expand... Send it a LB_SETCURSEL message to select the row you want and a LB_SETTOPINDEX to make sure that the row is visible. Regards, Will
wayne said: may i know how can i hightlight a row in a list box using VC++?? Click to expand... Send it a LB_SETCURSEL message to select the row you want and a LB_SETTOPINDEX to make sure that the row is visible. Regards, Will