Search:

Type: Posts; User: pan nudus

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    809

    crashes on some systems.. please help

    i've run out of ideas.. i'm working with a Tab Control and on some systems the program crashes when accessing a global HWND[2] for the two dialogs i use here. on my system it's all ok.

    anyone know...
  2. Replies
    4
    Views
    1,287

    yeah i tried this but then only the subitems from...

    yeah i tried this but then only the subitems from the 0th column can be selected, not the others.
  3. Replies
    4
    Views
    1,287

    nice, thanks for the hint. by the way.. is...

    nice, thanks for the hint.

    by the way.. is there any way of selecting each subitem? not just the whole row or only the subitems in the first column. it seems there's no style for this?
  4. Replies
    4
    Views
    1,287

    multi-column list box item order

    greetings,

    i've been trying to figure out how to set the item order of my multi-column list box from top-to-bottom to left-to-right. in other words:

    item0 item1
    item2 item3

    instead of
    ...
  5. Replies
    1
    Views
    924

    multi-column list box item order

    greetings,

    i've been trying to figure out how to set the item order of my multi-column list box from top-to-bottom to left-to-right. in other words:

    item0 item1
    item2 item3

    instead of
    ...
  6. Replies
    3
    Views
    1,265

    cheers! i love C :) i don't need the realloc()...

    cheers! i love C :)

    i don't need the realloc() then too (for assigning other data possibly longer), i can just make a _strdup(new_data_that_might_be_longer) and thats it.

    thanks for the quick...
  7. Replies
    3
    Views
    1,265

    i'm just lost.. in memory allocation

    hi all gurus, well.. i'm lost. i'm sure anyone of you can pick me up, because this seems to be really basic knowledge i'm missing here.



    struct ListElement
    {
    struct ListElement *next;...
Results 1 to 7 of 8