Hi everyone!
I have a weird problem with combo boxes in a Win32 program. When I open the drop-down list of the combo box, there is only one visible item in it. To select other items you have to use the tiny scrollbar and scroll one item at a time.
The only remedy I have found for this situation is to use CB_SETMINVISIBL E message, but it is only available on Windows XP and higher, so it is not a very good solution. The docs for this message say that this should be 30 by default, not 1.
Has anyone else encountered this problem? I use Visual Studio 2005 under Windows XP Pro SP2.
I have a weird problem with combo boxes in a Win32 program. When I open the drop-down list of the combo box, there is only one visible item in it. To select other items you have to use the tiny scrollbar and scroll one item at a time.
The only remedy I have found for this situation is to use CB_SETMINVISIBL E message, but it is only available on Windows XP and higher, so it is not a very good solution. The docs for this message say that this should be 30 by default, not 1.
Has anyone else encountered this problem? I use Visual Studio 2005 under Windows XP Pro SP2.
Comment