Search:

Type: Posts; User: links4all

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,395

    take over DNS resolving

    Dear programmers,

    I've got programs(just random, don't have the source code) that are being mounted on a virtual drive(with the aim of the DOKAN FileSystem Lib). Somehow programs being mounted...
  2. Oke guys it works for me now :) Thank you so...

    Oke guys it works for me now :) Thank you so ..........ing much :) !!
  3. I admire your help Tater. It still does not work...

    I admire your help Tater. It still does not work for me.
    What number do you get out of a then? I just always get 1 or 0. While this is not the correct identifier. :(
  4. char* buff; buff = (char*)malloc(10);...

    char* buff;
    buff = (char*)malloc(10);
    memset(buff, 0, 10);
    LPWORD a = new WORD;
    LPWORD b = new WORD;
    char arr[] = "C:\\incr.exe";
    //wchar_t widearray[100];
    //mbstowcs(widearray, narrowarray,...
  5. That's the whole point. But the function...

    That's the whole point. But the function ExtractAssociatedIcon can give me the right identifier. At least, it should. It worked for me once, in the past. :O It's really important for me, I need it...
  6. I wish it would be this easy but this is not the...

    I wish it would be this easy but this is not the case.
    I loaded up an example:
    http://i56.tinypic.com/mucwg8.png
    As you can see the correct icon here has identifier 4.
  7. But that's not the problem. The problem is that I...

    But that's not the problem. The problem is that I want to know the identifier of the main icon ( as you see it displayed in windows viewer). I need to know the identifier of the main icon because of...
  8. [winapi] Headache from ExtractAssociatedIcon, I need a doctor

    Hi folks,

    I have a terrible problem, already struggeling for 2 weeks with it. So I decided to post on a forum. I searched the whole internet for answers. Asked my fellow students. Nobody knew the...
Results 1 to 8 of 9