Search:

Type: Posts; User: terryeverlast

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    4,641

    sorry for cross posting..i didn't know it was...

    sorry for cross posting..i didn't know it was illegal until now....probally wont do it again
  2. Replies
    10
    Views
    4,641

    anyways..... I added this instead of setpos ...

    anyways.....

    I added this instead of setpos


    m_yay.StepIt();


    the progress bar goes crazy..it does not start from the beginngin..it fills all the waylike 1 million times....but it stops...
  3. Replies
    10
    Views
    4,641

    My question is...can this be fixed to work...

    My question is...can this be fixed to work right??????????????????Iread the stuff in the link but nothing about progress bars but im think im on the edge of getting this to work right
    int index;
    ...
  4. Replies
    10
    Views
    4,641

    here is some code I found, but I also need it to...

    here is some code I found, but I also need it to download
    #include <winInet.h>
    #include <string>
    #include <windows.h>
    //#include <sstream>

    std::string getURL(const char *URL)
    {
    ...
  5. Replies
    10
    Views
    4,641

    The reason I wanted to use INTERNETWRITEFILE was...

    The reason I wanted to use INTERNETWRITEFILE was to use a progress bar when I upload a file from my computer so any help with that would be cool
  6. Replies
    10
    Views
    4,641

    InternetWriteFile

    How do I upload a file with InternetWriteFile over FTP. I know I have to use FTPOPENFILE than use internetwritefile, but it is not working. I need a working example....
  7. nevermind i got it with s

    nevermind i got it with s
  8. i think i can use STRCAT

    i think i can use STRCAT
  9. appending a wildcard to the end of a string

    cin >> buf2; // with a /* at the end

    I need to put a /* at the end of a cin input. how do i do this?


    Its for a directory...I enter c:/users and the i need to append /* to the end to get...
  10. Replies
    4
    Views
    1,624

    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) {
    ...
  11. Replies
    4
    Views
    1,624

    i solved it....

    i solved it....
  12. Replies
    4
    Views
    1,624

    maybe use strcat?

    maybe use strcat?
  13. Replies
    4
    Views
    1,624

    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 13 of 14