Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is Combo Box open
#1
Hi All,
I should know this already :oops: but how do I test whether a combo box is open (uncollapsed) or not? I have a resizer of the dialog size in a timer loop and the mov/siz events shut down the open cb.

case CBN_SETFOCUS<<16|1 doesn't seem to work

Thanks,
Stuart
#2
out SendMessage(id(3 hDlg) CB_GETDROPPEDSTATE 0 0)
#3
works perfect. Thanks!
S
#4
Handy! Thanks


Forum Jump:


Users browsing this thread: 1 Guest(s)