Thread: Combo Box Extended

  1. #1
    Unregistered
    Guest

    Combo Box Extended

    I'm using Visual C++ 6.0 and I can't get the member variable associated with a combo box extended control to update. In the same dialog resource that includes this combo box, there's an edit box and a date box that update fine, but no joy with the combo box.

    Everything has been created by the wizzards except the member variables that I've added.

    Can anyone give me a snippet that shows how to use DDX (I'm using DDX_CBString) on this type of control, or anything else that I may be missing here?

  2. #2
    Unregistered
    Guest

    Never mind

    I just discovered the the extended combo box won't work with the drop list style selected. Drop down and simple work fine.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Create new combo boxes based on items selected in preview combo box
    By RealityFusion in forum Windows Programming
    Replies: 2
    Last Post: 01-10-2007, 09:50 AM
  2. No data showing in combo box
    By PJYelton in forum Windows Programming
    Replies: 6
    Last Post: 04-29-2005, 07:20 PM
  3. How to program a "back" button with MFC
    By 99atlantic in forum Windows Programming
    Replies: 3
    Last Post: 04-26-2005, 08:34 PM
  4. New Theme
    By XSquared in forum A Brief History of Cprogramming.com
    Replies: 160
    Last Post: 04-01-2004, 08:00 PM
  5. Tab Controls - API
    By -KEN- in forum Windows Programming
    Replies: 7
    Last Post: 06-02-2002, 09:44 AM