Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Edit box displays a list of identical letters
#5
for starters this line in wrong

case EN_CHANGE<<16|4 sub.OnTextChanged lParam
its a ComboBox not  an edit control
that line does nothing. The event never fires!

case CBN_EDITCHANGE<<16|4

but using this
    case CBN_EDITCHANGE<<16|4 sub.OnTextChanged lParam
the drop box will fire below the combobox.
Not sure why you want a combobox and then want to create another dropdown box Huh


Messages In This Thread
RE: Edit box displays a list of identical letters - by Kevin - 04-14-2019, 02:45 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)