Re: MSHTML the way to go ?
From: Igor Tandetnik (itandetnik_at_mvps.org)
Date: 03/15/04
- Next message: Igor Tandetnik: "Re: compiling error for IWebBrowser2 in .idl"
- Previous message: Igor Tandetnik: "Re: IE cannot launch any BHO application"
- In reply to: Michael Tissington: "MSHTML the way to go ?"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 15 Mar 2004 10:54:28 -0500
"Michael Tissington" <michael@nospam.com> wrote in message
news:%23VNqdfTCEHA.2360@TK2MSFTNGP10.phx.gbl...
> I have a dialog with a button on it. When the user clicks on the
button, I
> need to go out to post some information to the web site and get back
the
> response (not HTML) which is just a registration code.
Take your pick:
KB167658 "HOWTO: Automate Internet Explorer to POST Form Data"
KB165800 "SAMPLE: PostMon.exe Demonstrates How to Use URL Moniker to
POST Data"
KB165298 "HOWTO: Simulate a Form POST Request Using WinInet"
You can also post with XMLHttpRequest component (despite the name, it
has little to do with XML and everything to do with HTTP requests).
My personal preference is URL Monikers.
--
With best wishes,
Igor Tandetnik
"For every complex problem, there is a solution that is simple, neat,
and wrong." H.L. Mencken
- Next message: Igor Tandetnik: "Re: compiling error for IWebBrowser2 in .idl"
- Previous message: Igor Tandetnik: "Re: IE cannot launch any BHO application"
- In reply to: Michael Tissington: "MSHTML the way to go ?"
- Messages sorted by: [ date ] [ thread ]