Search:

Type: Posts; User: tenthirty

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    2,774

    Success!

    Hurrah!

    Yeah, that's it. I had the box set to OWNER_DRAW and yes, I did have HAS_STRINGS set, but I changed the OWNER_DRAW to No, and then it all started working.

    Who knows, who cares! ...
  2. Replies
    10
    Views
    2,774

    Cheers, am all out of ideas, so I think it may...

    Cheers,

    am all out of ideas, so I think it may well be a case of delete all and start again,
    thanks for the time!
  3. Replies
    10
    Views
    2,774

    and some more info: That bit DOES work, I've...

    and some more info:

    That bit DOES work, I've put a message box afterwards that displays the number of items in the list, and it gives the correct number. So the items are in the list, they are...
  4. Replies
    10
    Views
    2,774

    Okay, here we go! Code is as follows: ...

    Okay, here we go! Code is as follows:



    SendDlgItemMessage (hDlg,IDC_HEADINGS,CB_RESETCONTENT,0,0);
    currEvent_p = firstEvent_p;
    while (currEvent_p != NULL)
    {
    SendDlgItemMessage(hDlg,...
  5. Replies
    10
    Views
    2,774

    Thanks maes, Sorry though, that's not quite...

    Thanks maes,

    Sorry though, that's not quite the problem I've got, even after I've put entries into the list, when I run the routine they simply don't appear in the list, the same is happening if I...
  6. Replies
    10
    Views
    2,774

    Items not appearing in combo or list box

    Hi,

    I'm currently trying to create a simple combo box, with a couple of entries that I add in the WM_INITDIALOG bit of the dialog handler. But when the dialog is displayed, the text items don't...
Results 1 to 6 of 6