Hi!
I need to post some Information to a web server which returns me a html page. This page should be opened in internet explorer.
I can do it by using the WebBrowser control - navigate2(), but i don't want to create a control in my comand line application :-/
So I tried CHttpConnection::OpenRequest(). Now I get stuck. It returns me a CHttpFile, but how to send it to ie without save it to disc before?
Thanks in advance.