BUG:Sheridan Panel Receives Focus & Active Control Loses FocusLast reviewed: April 30, 1996Article ID: Q150226 |
The information in this article applies to:
SYMPTOMSIn the 16-bit edition of Microsoft Visual Basic 4.0, clicking on a Sheridan Panel causes the panel to receive the focus while causing the active control on the panel to lose the focus. Users are unable to send any input to the Panel control, and the control lacks a GotFocus or LostFocus event.
STATUSMicrosoft has confirmed this to be an issue in the Microsoft products listed at the beginning of this article. Microsoft is researching this issue and will post new information here in the Microsoft Knowledge Base a s it becomes available.
WORKAROUNDIn the Click event of the panel, place the following lines of code:
Private Sub SSPanel1_Click() SendKeys "{TAB}" Beep End SubWhen the user clicks or double-clicks the frame control, the focus is restored to the control that had the focus previously. However, the user is unable to use keystrokes to tab to the frame control.
MORE INFORMATION
Steps to Reproduce Problem
|
Additional reference words: 4.00 vb4win vb416 buglist4.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |