BUG: Grid Control Does Not Change Focus Until the Second Focus Event (215390)
The information in this article applies to:
- Microsoft Windows CE Toolkit for Visual Basic 6.0
- Microsoft eMbedded Visual C++, Version:4.0
This article was previously published under Q215390 SYMPTOMS
In an eVB/VBCE project, when you change the focus from the Grid control to any of the following controls, the focus might not change until you click the other control twice:
- CommandButton
- ListView
- PictureBox
- TabStrip
- TreeView
This behavior occurs both in emulation and on the remote device. The expected behavior is that the focus changes after the first click to the new control.
RESOLUTION
This behavior tends to occur when other screen-related events are involved, such as when you use the message box in the code example below. If other screen-related events do not occur, the focus events should occur as expected.
STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article. REFERENCES
Microsoft Windows CE Toolkit for Visual Basic 6.0
Modification Type: | Minor | Last Reviewed: | 8/19/2005 |
---|
Keywords: | kbBug kbListView kbTabCtrl kbToolkit kbTreeView KB215390 |
---|
|