I wrote some code to add file names to a list box for program i'm working on, there are 2 colums one for the file name one for the file's path, similar to vb open project(recent tab) dialog box.

When I add a item and set it's selected property to tru it doesn't show up hight lighted. The only way I can highlight a item is to select it via mouse.

How can I slected the newly added property, so that it actually shows up selected to the user.

Please help...Thanks!!!