Search:

Type: Posts; User: TheDarkAvenger

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    2,455

    ListView image & columns

    Hi,
    I need some help with WinAPI.

    I've created a listview control with 5 columns (using LVM_INSERTCOLUMN message) and prepared the ImageList:



    SHFILEINFO shfi;
    HIMAGELIST imglist;
  2. Replies
    1
    Views
    7,406

    recv() - doesn't block?

    Hi,
    Consider the following code:


    #include <stdio.h>
    #include <stdlib.h>
    #include <netdb.h>
    #include <sys/types.h>
    #include <sys/socket.h>
    #include <string.h>
  3. Replies
    3
    Views
    1,135

    Great! Thank you very much, now it's working...

    Great! Thank you very much, now it's working perfectly :)
  4. Replies
    3
    Views
    1,135

    problem with realloc()

    Hi...
    Been working on some project and ran into trouble with dynamic memory allocation... I wrote a short sample code to understand the matter, but I really can't get it to work... So I need help......
Results 1 to 4 of 4