griffith@hpavla.AVO.HP.COM (Jeff Griffith) (09/13/90)
Has anyone ever noticed the following behavior with combo boxes? 1): Define a dialog box in the .RC file with a combo box (droplist), a title bar, and add the "CLASS" statement. 2): Define the window class using RegisterWindow 3): Create this window using CreateWindow 4): Drop the drop list. 5): Move the window. The droplist stays wherever it was opened, even if the window is icon'ed. Is this a bug, or have I left something out? I can probably patch this by simply sending a CB_SHOWDROPDOWN (wParam == FALSE) message to all combo boxes in the window whenever the window is moved, but this might look a little flaky. Can I send a WM_MOVE message to the combo box and will it process it correctly? Any other suggestions are welcome.