April 29, 2024, 10:39:55 AM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


CWebBrowser class

Started by Ionic Wind Support Team, March 12, 2006, 12:49:32 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Mike Stefanik

You're feeling masochistic, I see.  ;)

The lpszVerb parameter only accepts valid HTTP verbs (GET, POST, etc.) as far as I know. You can't slide a URL in there. The actual session has to be created using InternetConnect.


Mike Stefanik
www.catalyst.com
Catalyst Development Corporation

Ionic Wind Support Team

In my example change the 'doc' string to the page you're requesting.
Ionic Wind Support Team

Rock Ridge Farm (Larry)

Did that - same results.

Ionic Wind Support Team

You don't use http in the string.

site = "finance.yahoo.com";
doc = "d/quotes.txt?s=BLS&f=sl1n";

Ionic Wind Support Team

Rock Ridge Farm (Larry)

That works - thanks.
It is always the simple things I dork up with skill.