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

C / C++ / MFC

 
GeneralRe: Questions about the BITMAP structure. Pin
redeemer20-Jun-02 11:45
redeemer20-Jun-02 11:45 
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 
Thanks.

From some of the responses I have seen, I am getting a messages that in this program, I will have to do three things over and over again.

- connection to search engine
- send search
- receive response
- disconnection from search engine

The problem is when should you *receive*? For example, let say you send a message to search for something. When do you know the server is sending data base? With the chat program I am working on, TCP/IP sends some type of notice and then Windows messages a message to WAsynSelect(). That is who I know when to receive data. Moreover, the same works for sending data. Everything works in along with Window messaging system.

So do I need to *assume* the server will send a response immediately after I send a search message? My concern is when to call send, receive, and disconnect. With the chat program I have control over everything because the chat program is both a server and a client.

Kuphryn
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 
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 

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.