Hi!
It seems like a trivial task, but I cant programmatically remove the selection from multi-select ListBox…
Please help!
Printable View
Hi!
It seems like a trivial task, but I cant programmatically remove the selection from multi-select ListBox…
Please help!
Have you tried using CListBox::SetSel( -1, FALSE )? Take a look at the example in MSDN.
It works!! Thanks you very much!