J
jp2express
I have several applications that use panels as screens, but I can *not* seem
to set the focus for a Textbox.
Panel1.BringToFront()
Panel1_Textbox.Focus()
' do something with a control on Panel1
Panel2.BringToFront()
Panel2_Textbox.Focus()
' do something with a control on Panel2
When the applications are running, I can almost see the Textbox controls
receiving focus for an instant, then Nothing has focus!
How do I set the Focus on the Textbox controls ... and have it STAY there?
to set the focus for a Textbox.
Panel1.BringToFront()
Panel1_Textbox.Focus()
' do something with a control on Panel1
Panel2.BringToFront()
Panel2_Textbox.Focus()
' do something with a control on Panel2
When the applications are running, I can almost see the Textbox controls
receiving focus for an instant, then Nothing has focus!
How do I set the Focus on the Textbox controls ... and have it STAY there?