I have several applications that use panels as screens, but I can *not* seem
to set the focus for a Textbox.
Panel1.BringToF ront()
Panel1_Textbox. Focus()
' do something with a control on Panel1
Panel2.BringToF ront()
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.BringToF ront()
Panel1_Textbox. Focus()
' do something with a control on Panel1
Panel2.BringToF ront()
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?
Comment