Search:

Type: Posts; User: terryeverlast

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,618

    i got it work but i cannot get the thigns on a...

    i got it work but i cannot get the thigns on a new line



    HANDLE hFind;
    WIN32_FIND_DATA data2;
    hFind = FindFirstFile("*.*", &data2);
    strcat(data,"\n");
    if (hFind != INVALID_HANDLE_VALUE) {
    ...
  2. Replies
    4
    Views
    1,618

    i solved it....

    i solved it....
  3. Replies
    4
    Views
    1,618

    maybe use strcat?

    maybe use strcat?
  4. Replies
    4
    Views
    1,618

    Filenextfile

    Programming in visual c++. I got a editbox and a button on a form.
    when i press the button, the editbox gets filled with files and directorys.


    here is my code


    HANDLE hFind;...
Results 1 to 4 of 4