FIX: TextBox Change Event Does Not Fire When Contained In FrameID: Q187394
|
The TextBox Change event does not fire when the control is contained in a Frame control.
To resolve this issue, take the following steps:
Microsoft has confirmed this to be a problem in the Microsoft products listed
at the beginning of this article.
This problem was corrected in Windows CE Toolkit for Visual Basic 6.0.
Private Sub Text1_Change()
Form1.Caption = Text1.Text
End Sub
Additional query words: vbce vbce5 vbce6 wince wce
Keywords : kbToolkit kbVBp kbVBp500bug kbVBp600fix kbWinCE kbWinCE100 kbGrpVB
Version : WINDOWS:1.0
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: March 2, 1999