No cue banner in Combobox

  • Thread starter Thread starter Martijn Klasing
  • Start date Start date
M

Martijn Klasing

Guest
There is no way i can get a cue banner in a combobox. Platform: Vista Home Premium SP2, Visual C++ 2010 Express. The relevant code parts I tried:

I a resource file (as part of a Dialog)


COMBOBOX IDC_TRAINETW, 85, 98, 50, 50,


/*CBS_DROPDOWN*/CBS_DROPDOWNLIST | CBS_HASSTRINGS | WS_TABSTOP

Inside the Dialog Proc, where otherwise the combobox works fine:


lResult = SendMessage(hWndCB, CB_SETCUEBANNER, (WPARAM) 0, (LPARAM) TEXT(




"Unavailable"));
Can anybody help? Thanks in advance.

Martijn Klasing

Continue reading...
 
Back
Top