Search:

Type: Posts; User: luddeb

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,589

    thanks, novacain. it all works now :)

    thanks, novacain. it all works now :)
  2. Replies
    6
    Views
    1,589

    ehm.. i haven't thought about that :o i'm...

    ehm.. i haven't thought about that :o
    i'm pretty new to this API programming, but i've tried to do as you said, but it still dosen't work :(. here's the new code:

    case WM_COMMAND:
    ...
  3. Replies
    6
    Views
    1,589

    thanks for your reply, I tried your idea, but it...

    thanks for your reply,
    I tried your idea, but it seems like i'm doing something else wrong now :confused: . here's the new code:

    case WM_COMMAND:
    switch(LOWORD(wParam))
    {
    case IDC_LIST:...
  4. Replies
    6
    Views
    1,589

    retrieving data from listboxes

    hello,
    i'm working on a small app with a listbox, and i'm looking for a way to display the users selection. It's a dialog application, and i'm using a single-selection listbox.
    I've tried this, but...
Results 1 to 4 of 4