Where to find axwebbrowser properties & methods docs?

  • Thread starter Thread starter MeNotHome
  • Start date Start date
M

MeNotHome

I have been trying to find all the properties and methods
documentation on the axwebbrowser control.

For example a list of follwing and their results
axwebbrowser.document.body.outerhtml
axwebbrowser.document.body.innerhtml
etc etc.

thx
 
If you have access to the MSDN look under Web Development | Programming and
Reusing the Browser | WebBrowser Control. It's also available on the MS web
site.

There is a lot there, but there is also other useful info dotted about in
the same area. In particular, some of the main interfaces are described in
the section MSHTML Reference, at the same level.

HTH

Charles
 
hey! i've been waiting to hear a response from you...i would suggest that
continuing on finding the solution through the axwebbrowser is probably the
best idea. i did write an example to post variables to a web page...the
first one didn't work so i tweeked it and life is good now. i can repost
that code here to give you an alternative...but still suggest the route
you're taking.

hth,

steve


| I have been trying to find all the properties and methods
| documentation on the axwebbrowser control.
|
| For example a list of follwing and their results
| axwebbrowser.document.body.outerhtml
| axwebbrowser.document.body.innerhtml
| etc etc.
|
| thx
|
|
 
Back
Top