Thread: Combobox in c

  1. #1
    Registered User
    Join Date
    Dec 2011
    Posts
    2

    Combobox in c

    hi all,

    I need help Please
    I create a Combobox in win32 from c
    and i should read frot the combobox and insert to pointr or array.

    how i can ???

    I create the combobox so :

    hwndCombobox = CreateWindow (TEXT("combobox"),
    WS_CHILD | WS_VISIBLE |,
    cxChar+ 20, 80,
    4 * cxChar, 7 * cyChar / 4,
    hwnd, (HMENU) (EDITID+1),
    ((LPCREATESTRUCT) lParam) -> hInstance, NULL) ;


    I hope I explained myself properly


    Thank helpers

  2. #2
    Make Fortran great again
    Join Date
    Sep 2009
    Posts
    1,413
    probably better suited for Windows Programming

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    Dupe -> combobox in c
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. ComboBox Help
    By Jesse20ghet in forum C# Programming
    Replies: 3
    Last Post: 05-24-2011, 05:50 AM
  2. How to use ComboBox's
    By bikr692002 in forum C++ Programming
    Replies: 2
    Last Post: 04-08-2006, 09:09 PM
  3. Combobox problem
    By gargamel in forum Windows Programming
    Replies: 2
    Last Post: 05-06-2005, 01:37 PM
  4. Combobox help
    By Dohojar in forum Windows Programming
    Replies: 5
    Last Post: 04-15-2003, 07:02 AM
  5. Add String To Combobox?
    By (TNT) in forum Windows Programming
    Replies: 1
    Last Post: 09-15-2001, 04:40 AM