Results 1 to 2 of 2

Thread: How do you keep a Combo....

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 2000
    Posts
    137

    Question

    Forgive my many questions, but I am not very introduced into the windows command such as SetPosWindow and stuff like that, i would like to learn how. But anyways. Here is my question:

    If my app gets unselected and then reselected, my combo box always gets selected, and if i am typing really fast andmy app gets de selected and reselected my combo box contents get highlighted/selected and the next key i press overrides it all and it gets ereased.What i wanna do is for it not to select it. Any ideas?

    Thanx,
    Mikelo

  2. #2
    Guest
    You have a textbox invisible and put this:

    Code:
    Private Sub Form_GotFocus()
    Text1.SetFocus
    End Sub

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width