|
-
Sep 28th, 2004, 12:43 PM
#1
Thread Starter
Hyperactive Member
automatic dropdown? [RESOLVED]
OK. I have a question about comboboxes. If I type some text into the combobox, I want it to be able to pull that text up into the text part of the combobox. Do you understand what I mean? When I type in it now, it will go to that place but won't pull it up to the text part of the combobox. Does anyone have any ideas on how to do that? Thanks!
Brenda
Last edited by brendalisalowe; Sep 28th, 2004 at 02:06 PM.
-
Sep 28th, 2004, 01:17 PM
#2
-
Sep 28th, 2004, 01:57 PM
#3
Thread Starter
Hyperactive Member
Ok, so I went to this website:
http://support.microsoft.com/defaul...p;Product=vbNET
It doesn't like this part:
VB Code:
If ((e.KeyCode = Keys.Back) Or _
(e.KeyCode = Keys.Left) Or _
(e.KeyCode = Keys.Right) Or _
(e.KeyCode = Keys.Up) Or _
(e.KeyCode = Keys.Delete) Or _
(e.KeyCode = Keys.Down) Or _
(e.KeyCode = Keys.PageUp) Or _
(e.KeyCode = Keys.PageDown) Or _
(e.KeyCode = Keys.Home) Or _
(e.KeyCode = Keys.End)) Then
Return
End If
The word 'KeyCode' has blue squiggley lines under it. Is there something I need to import or something?
Also, it doesn't like the KeyUp Event. Why?
Brenda
-
Sep 28th, 2004, 02:05 PM
#4
Thread Starter
Hyperactive Member
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
|