/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Visual Basic 6 IDE recreated in C#
(github.com)
377 points
porterde
| 1 comments |
14 Nov 24 21:47 UTC
|
HN request time: 0.221s
|
source
Show context
orphea
◴[
15 Nov 24 10:09 UTC
]
No.
42145481
[source]
▶
>>42141587 (OP)
#
If I'm not mistaken, ComboBox is supposed to have a mode in which it allows typing in it, in addition to choosing items from the dropdown.
replies(1):
>>42245033
#
1.
CRConrad
◴[
26 Nov 24 12:19 UTC
]
No.
42245033
[source]
▶
>>42145481
#
Yeah, that's what makes it a "Combo" box: a combo of Editbox and DropdownListbox. If you can only choose items from the dropdown, it's not a ComboBox but a DropdownListbox.
ID:
GO
↑