|
-
Oct 7th, 2000, 05:34 PM
#1
Thread Starter
Addicted Member
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
-
Oct 8th, 2000, 12:00 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|