null
2007-01-22 22:00:46 UTC
I have used the InternetOpen, InternetOpenUrl, and InternetReadFile
functions to retrieve the following into my C++ program.
<html>
<head>
<script language="javascript">
if (window.focus) { window.focus() }
</script>
</head>
<frameset rows="*,1" frameborder=no>
<frame
src="/cgi-bin/upload.dll/file.pdf?95a95b483bd74dac9d49f88570927c28"
noresize>
<frame src="blank.asp">
</frameset>
</html>
What wininet functions do I use to retrieve the contents of file.pdf so
that I can write it to a file so that I can read it with Adobe? Using
Windows XP sp2 if that matters.
functions to retrieve the following into my C++ program.
<html>
<head>
<script language="javascript">
if (window.focus) { window.focus() }
</script>
</head>
<frameset rows="*,1" frameborder=no>
<frame
src="/cgi-bin/upload.dll/file.pdf?95a95b483bd74dac9d49f88570927c28"
noresize>
<frame src="blank.asp">
</frameset>
</html>
What wininet functions do I use to retrieve the contents of file.pdf so
that I can write it to a file so that I can read it with Adobe? Using
Windows XP sp2 if that matters.