CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9

Threaded View

  1. #1
    Join Date
    Aug 2013
    Posts
    52

    Unhappy ComboBox Problem

    I observed the following problems
    1)InitCommonControlsEx with ICC_STANDARD_CLASSES returns FALSE
    2)So I used ComboboxEx. Then ::SendMessage(m_hWnd, CB_SETMINVISIBLE, 10, 0L); is returning false.
    I already clalled InitCommonControlsEx with ICC_USEREX_CLASSES


    Hint: I am using windows7,ATL&WTL

    Any help please.

    ::SendMessage(m_hWnd, CB_SETMINVISIBLE, 10, 0L); failed because "it doesn't have edit control?".
    When I click on the combobox icon only one item is appearing in the drop down list box .I have added two items.What I should do to show list box with 2 items min?
    Last edited by shjdr7; September 9th, 2013 at 08:03 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured