View Single Post
  #1 (permalink)  
Old 06-27-2009, 8:29 AM
didgydont didgydont is offline
VB.NET Forum Enthusiast
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Mar 2009
Age: 27
Posts: 34
Reputation: 24
didgydont will become famous soon enough
Default combobox steals focus

hi all
i have 4 forms i have made a password form(form4) wich i started when form 1 loads
Code:
If My.Settings.Userpassenable = Enabled Then
            Form4.ShowDialog()
        End If
i have set on form 4 load
maskedtextbox1.focse()
but the combo box on form 1 keep taking focus
i found that out by setting Form4.ShowDialog() to Form4.Show() on form 1 any ideas ?
thank you
Reply With Quote