Hello everybody,

I have the following problem.

I can download the content of a webpage on site using CInternetSession and CInternetSession::OpenURL().

So far, so good.

Now on the webpage I'm interest in there is a button, which, when pressed, downloads a file to my computer. Now I would like to write a code for downloading this file. That is, I want the server to "think" I have pressed the button. I looked up through GetHttpConnection and GetHttpConnection::OpenRequest() by I coudn't find how to do it.

Can anyone help me? Thanks a lot.

Jean-Claude