I have several applications that use panels as screens for different parts of
our application.
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 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?
our application.
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 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