I have form with a ListBox. That ListBox is bound to
a datasource. That ListBox has a SelectionMode
set to Multi-Extended. When I try to programatically
set multiple items selected via the SetSelected method,
the items do not select IF THE FORM IS AN MDI CHILD.
If the form is NOT and MdiChild, then the code works
as expected.
ANYONE seen this? This is with VB.NET 2002 with 1.0
Framework.
Thanks.
Tim