Click here to Skip to main content
15,888,527 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to send mouseclickmsg to window? Pin
Goggelmoggel28-Mar-07 6:32
Goggelmoggel28-Mar-07 6:32 
GeneralRe: how to send mouseclickmsg to window? Pin
James R. Twine28-Mar-07 6:36
James R. Twine28-Mar-07 6:36 
GeneralRe: how to send mouseclickmsg to window? Pin
Goggelmoggel28-Mar-07 6:41
Goggelmoggel28-Mar-07 6:41 
GeneralRe: how to send mouseclickmsg to window? Pin
James R. Twine28-Mar-07 6:47
James R. Twine28-Mar-07 6:47 
AnswerRe: how to send mouseclickmsg to window? Pin
prasad_som28-Mar-07 6:44
prasad_som28-Mar-07 6:44 
QuestionRe: how to send mouseclickmsg to window? Pin
Goggelmoggel28-Mar-07 6:54
Goggelmoggel28-Mar-07 6:54 
AnswerRe: how to send mouseclickmsg to window? Pin
prasad_som28-Mar-07 19:56
prasad_som28-Mar-07 19:56 
QuestionWinHttp help with Request Headers Pls.. Pin
montiee28-Mar-07 4:29
montiee28-Mar-07 4:29 
I've nearly got everything working in my bit of code but I want control over what Request headers I send. I can add Request headers via WinHttpAddRequestHeaders() but for whatever reason I cannot get rid of one Request header. I would like the "Connection: Close" header to just never exist (ie remove it completely) in the HTTP stream that I send. To this effect I thought the following bit of code would work

WinHttpAddRequestHeaders(hRequest, L"Connection: Close", -1L, WINHTTP_ADDREQ_FLAG_REPLACE);

I tried many variations of just "Connection" or "Connection: " etc and none of them seem to get rid of the "Connection" Request header. I think I did a decode of the error and it says the header does not exist. However when I fire up my packet capture program sure enough it's there.

Any help or pointer to what I'm misunderstanding would be greatley appreciated. I trawled this site and the net and couldn't find anything.

PS: I had no such problem with this using CInternetSession etc in my old version of the code but unfortunately I need control over timeouts and retries etc and these functions have had it broken so I resorted to winhttp hoping for something better.
Cheers
Jbem
AnswerRe: WinHttp help with Request Headers Pls.. Pin
montiee28-Mar-07 6:35
montiee28-Mar-07 6:35 
QuestionTab control Pin
prathuraj28-Mar-07 4:21
prathuraj28-Mar-07 4:21 
QuestionRe: Tab control Pin
David Crow28-Mar-07 4:47
David Crow28-Mar-07 4:47 
AnswerRe: Tab control Pin
prathuraj28-Mar-07 18:31
prathuraj28-Mar-07 18:31 
GeneralRe: Tab control Pin
David Crow29-Mar-07 2:32
David Crow29-Mar-07 2:32 
Questioncapture mouse move Pin
deeps_cute28-Mar-07 3:24
deeps_cute28-Mar-07 3:24 
AnswerRe: capture mouse move [modified] Pin
prasad_som28-Mar-07 3:46
prasad_som28-Mar-07 3:46 
AnswerRe: capture mouse move Pin
James R. Twine28-Mar-07 4:01
James R. Twine28-Mar-07 4:01 
QuestionCan a console application use Message IPC for broadcasting to other process(Not windows) Pin
param_nirvana28-Mar-07 0:35
param_nirvana28-Mar-07 0:35 
GeneralRe: Can a console application use Message IPC for broadcasting to other process(Not windows) Pin
param_nirvana28-Mar-07 0:59
param_nirvana28-Mar-07 0:59 
AnswerRe: Can a console application use Message IPC for broadcasting to other process(Not windows) Pin
James R. Twine28-Mar-07 2:33
James R. Twine28-Mar-07 2:33 
GeneralRe: Can a console application use Message IPC for broadcasting to other process(Not windows) Pin
Nibu babu thomas28-Mar-07 2:41
Nibu babu thomas28-Mar-07 2:41 
GeneralRe: Can a console application use Message IPC for broadcasting to other process(Not windows) Pin
James R. Twine28-Mar-07 3:02
James R. Twine28-Mar-07 3:02 
GeneralRe: Can a console application use Message IPC for broadcasting to other process(Not windows) Pin
param_nirvana28-Mar-07 3:25
param_nirvana28-Mar-07 3:25 
GeneralRe: Can a console application use Message IPC for broadcasting to other process(Not windows) Pin
param_nirvana28-Mar-07 3:27
param_nirvana28-Mar-07 3:27 
Questionhow to load bit map Pin
birajendu28-Mar-07 0:16
birajendu28-Mar-07 0:16 
AnswerRe: how to load bit map [modified] Pin
_AnsHUMAN_ 28-Mar-07 2:10
_AnsHUMAN_ 28-Mar-07 2:10 

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.