From: Saint Atique on
I want to build a program that can request web pages and retrieve web
pages and files using http.
Is there any MFC class that can facilitate this purpose?

If not possible with straight MFC than how to integrate such features
using win32 API?

Please help or give me hint.

With thanks.


-- Saint Atique
[Hobbyist MFC programmer]
From: DanB on
Saint Atique wrote:
> I want to build a program that can request web pages and retrieve web
> pages and files using http.
> Is there any MFC class that can facilitate this purpose?

Try using CHtmlView. Maybe it is just what you are looking for.

Best, Dan.
From: David Ching on
"Saint Atique" <unix9n(a)gmail.com> wrote in message
news:18d7ae87-6853-43c6-a999-b6a1c6ef79d0(a)j21g2000yqh.googlegroups.com...
> I want to build a program that can request web pages and retrieve web
> pages and files using http.
> Is there any MFC class that can facilitate this purpose?
>
> If not possible with straight MFC than how to integrate such features
> using win32 API?
>

Look at the MFC Tear example:
http://msdn.microsoft.com/en-us/library/aa728907%28VS.71%29.aspx

-- David


From: Joseph M. Newcomer on
CHttpFile if you just want to transfer data; CHtmlView if you want to display pages.
joe

On Sun, 11 Apr 2010 05:17:56 -0700 (PDT), Saint Atique <unix9n(a)gmail.com> wrote:

>I want to build a program that can request web pages and retrieve web
>pages and files using http.
>Is there any MFC class that can facilitate this purpose?
>
>If not possible with straight MFC than how to integrate such features
>using win32 API?
>
>Please help or give me hint.
>
>With thanks.
>
>
>-- Saint Atique
>[Hobbyist MFC programmer]
Joseph M. Newcomer [MVP]
email: newcomer(a)flounder.com
Web: http://www.flounder.com
MVP Tips: http://www.flounder.com/mvp_tips.htm