BUG: ListBox Text Property Not FunctionalLast reviewed: February 20, 1998Article ID: Q181281 |
The information in this article applies to:
SYMPTOMSThe Text property of a ListBox always returns an empty string.
RESOLUTIONUse the List and ListIndex properties to return the text of the currently selected item. For example, use:
Dim sMyString sMyString = List1.List(List1.ListIndex)instead of:
Dim sMyString sMyString = List1.Text STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available. Keywords : vb5all vbce WinCE Version : WINDOWS:1.0 Platform : WINDOWS Issue type : kbbug Solution Type : kbpending |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |