1. RE: why CB_GETTOPINDEX not work?
- Posted by Brian Broker <bkb at cnw.com> Feb 03, 2003
- 410 views
Dan Moyer wrote: > I'm trying to make it so on moving a window a combo-box will re-show its > drop-down list just as it was before the window was moved... What version of Win32Lib are you working with? On XP using 0.57.11 I cannot move the window with the combo-box dropped. When I grab the title bar to move, nothing happens; then I release the button and the combo-box goes back up. Only after the combo-box is back up can move the window. Therefore, CB_GETDROPPEDSTATE will only return 0 when event = WM_MOVE. Perhaps a ListBox would be more appropriate? -- Brian