Article ID: 149489
Article Last Modified on 6/28/2004
Option Explicit
Sub Main()
Load Form1
Stop
End Sub
Option Explicit
Private Sub Form_Load()
Me.Show
Text1.SetFocus
'Uncomment the next line for Workaround
'DoEvents
End Sub
Private Sub Text1_GotFocus()
Text1.Text = "GotFocus"
End Sub
Additional query words: SetFocus GotFocus Module kbVBp400bug kbVBp500fix kbVBp kbdsd kbDSupport
Keywords: kbbug kbfix kbvbp500fix KB149489