Search:

Type: Posts; User: god_of_war

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    18,482

    Cactus_Hugger you are a genius. Worked like a...

    Cactus_Hugger you are a genius.
    Worked like a charm.
    Simple problems are always the most frustrating.

    Thanks for all the help.

    god_of_war
  2. Replies
    9
    Views
    18,482

    Thanks for the replies. The code has worked...

    Thanks for the replies.

    The code has worked for multiple different webpages, but seems to have a problem with pages on cgi.ebay.co.uk

    I have never used a network analyser before, I will take a...
  3. Replies
    9
    Views
    18,482

    C++ winsock downloading webpage 505 error

    Hi,
    I been playing around with C++ using winsock.h to download webpages. I can get it to work for pages such as http://www.research.att.com/~bs/homepage.html
    I have also tried for ebay, some pages...
  4. Replies
    12
    Views
    5,108

    Anonytmouse again than you for the response, the...

    Anonytmouse again than you for the response, the code now works well, and allows me to download a web page.

    However any help from anybody on achieving my initial aim would be much appreciated....
  5. Replies
    12
    Views
    5,108

    Thank you all for the replies. Salem I...

    Thank you all for the replies.

    Salem I understand what you mean about cutting the connection maybe having a negative impact on the server, especially if I did it multiple consecutive times, and...
  6. Replies
    12
    Views
    5,108

    I agree I am stuck because the server will not...

    I agree I am stuck because the server will not allow me to control the download from its end. But is their not some way to detect what i've downloaded as it downloads and the kill the connection when...
  7. Replies
    12
    Views
    5,108

    Thank you for the replies. From further...

    Thank you for the replies.

    From further research i have come to the conclusion that the server i am trying to download from doesn't support ranges for downloading.

    For this reason i am now...
  8. Replies
    12
    Views
    5,108

    Partial web page downloading

    I’m trying to download part of the html code of a web site. I have attempted to use the libcurl library and have managed to achieve this for some web pages using the range command. However I cannot...
  9. Replies
    3
    Views
    6,622

    Anonytmouse thank you very much for the reply, it...

    Anonytmouse thank you very much for the reply, it was exactly what I was looking for.
    I did get an error when I tried to run it, I had to replace the line:

    Screen.hBmp = CreateDIBSection(NULL,...
  10. Replies
    3
    Views
    6,622

    Getting Pixel Colour Screen

    Hi, I’m trying to get the colour of a pixel on the screen. I have tried using getpixel(), however when getting the colour of the whole screen, pixel by pixel, it takes a long time for what I want it...
Results 1 to 10 of 10