Click here to Skip to main content
15,899,026 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How do I handle events from a dynamically created ActiveX control? Pin
Bill Wilson20-Jun-02 11:06
Bill Wilson20-Jun-02 11:06 
GeneralSystem Wide Hook from Service Pin
Dana Holt20-Jun-02 9:55
Dana Holt20-Jun-02 9:55 
GeneralHTTP Protocol :: Winsock Pin
valikac20-Jun-02 9:49
valikac20-Jun-02 9:49 
GeneralRe: HTTP Protocol :: Winsock Pin
Nish Nishant20-Jun-02 10:08
sitebuilderNish Nishant20-Jun-02 10:08 
GeneralRe: HTTP Protocol :: Winsock Pin
valikac20-Jun-02 11:39
valikac20-Jun-02 11:39 
GeneralRe: HTTP Protocol :: Winsock Pin
Joaquín M López Muñoz20-Jun-02 11:57
Joaquín M López Muñoz20-Jun-02 11:57 
GeneralRe: HTTP Protocol :: Winsock Pin
valikac20-Jun-02 12:16
valikac20-Jun-02 12:16 
GeneralRe: Success Pin
valikac21-Jun-02 4:55
valikac21-Jun-02 4:55 
Success! Thanks wrathgame of GameDev for the nice HTTP GET code and the other modifying HTTP handshake codes.

The program I am working on can now do a search on Google and filter out sites. The only problem I face now is determine when to stop sending GET for addition pages. Google has a limit on the number of pages in a search. For example, if you do a search for "car," I believe Google returns about 800 or so pages. Google sends ten hits per GET command, so you send the GET command 80 times. With programming, I am not sure how to determine the last page Google will send back.

Please post if there is some HTTP code that Google sends back indication that it is the last page for a particular searchkey.

Thanks,
Kuphryn
Generalimage state for tree Pin
pnpfriend20-Jun-02 9:34
pnpfriend20-Jun-02 9:34 
QuestionHow do I Display an Access table into a List Ctrl?? Pin
markshian20-Jun-02 9:18
markshian20-Jun-02 9:18 
AnswerRe: How do I Display an Access table into a List Ctrl?? Pin
Mazdak20-Jun-02 10:05
Mazdak20-Jun-02 10:05 
QuestionWorker thread with periodic action/wakeup? Pin
20-Jun-02 8:48
suss20-Jun-02 8:48 
AnswerRe: Worker thread with periodic action/wakeup? Pin
20-Jun-02 9:22
suss20-Jun-02 9:22 
GeneralRe: Worker thread with periodic action/wakeup? Pin
Bill Wilson20-Jun-02 13:46
Bill Wilson20-Jun-02 13:46 
GeneralTricky one Pin
RobJones20-Jun-02 8:40
RobJones20-Jun-02 8:40 
GeneralRe: Tricky one Pin
Shog920-Jun-02 8:50
sitebuilderShog920-Jun-02 8:50 
GeneralTime Comparisons Pin
PaulJ20-Jun-02 8:08
PaulJ20-Jun-02 8:08 
GeneralRe: Time Comparisons Pin
Chris Losinger20-Jun-02 8:25
professionalChris Losinger20-Jun-02 8:25 
GeneralRe: Time Comparisons Pin
PaulJ20-Jun-02 8:57
PaulJ20-Jun-02 8:57 
GeneralRe: Time Comparisons Pin
Maximilien20-Jun-02 8:39
Maximilien20-Jun-02 8:39 
GeneralSystem Tray icons Pin
Abin20-Jun-02 8:05
Abin20-Jun-02 8:05 
GeneralRe: System Tray icons Pin
20-Jun-02 8:28
suss20-Jun-02 8:28 
GeneralRe: System Tray icons Pin
Abin20-Jun-02 8:33
Abin20-Jun-02 8:33 
GeneralRe: System Tray icons Pin
Shog920-Jun-02 8:53
sitebuilderShog920-Jun-02 8:53 
GeneralRe: System Tray icons Pin
20-Jun-02 8:59
suss20-Jun-02 8:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.