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

C / C++ / MFC

 
GeneralRe: Questions about the BITMAP structure. Pin
Christian Graus20-Jun-02 12:24
protectorChristian Graus20-Jun-02 12:24 
QuestionHow do I handle events from a dynamically created ActiveX control? Pin
Dave Janu20-Jun-02 10:20
Dave Janu20-Jun-02 10:20 
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 
If you're implementing the HTTP stuff on top a TCP connection governed by WSAAsyncSelect, the protocol is more or less like this:
  1. Connect to the server.
  2. Send the HTTP request, terminated by a empty line. The server won't send any data back till you've finished doing this.
  3. Wait for the server to answer, Winsock will notify thru the event provided in WSAAsyncSelect when incoming data arrive.
  4. Keep reading till the connection closes (if you're using HTTP1.0, for version 1.1 things are a little more copmlicated.)


Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
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 
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 

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.