Dear all

I create a dialog and add a List control which is a icon list control.

i can selete several items if i press Ctrl or Shift.

now, i want several items being seleted and set focus when a user open this dialog.
this means if Item 1,2,3 is seleted, then user close dialog. next time when user open the dialog, the Item1,2,3 is seleted and set focus.

**I just want to know how to set several items' focus, when a user open dialog.