472,791 Members | 1,599 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,791 software developers and data experts.

Where to find axwebbrowser properties & methods docs?

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
Nov 20 '05 #1
3 2520
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
"MeNotHome" <dtfa@****nospm****insightbb.com> wrote in message
news:9b********************************@4ax.com...
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

Nov 20 '05 #2
* MeNotHome <dtfa@****nospm****insightbb.com> scripsit:
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.


In addition to the other post:

<http://msdn.microsoft.com/workshop/browser/webbrowser/WebBrowser.asp>

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>
Nov 20 '05 #3
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
"MeNotHome" <dtfa@****nospm****insightbb.com> wrote in message
news:9b********************************@4ax.com...
| 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
|
|
Nov 20 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: kj | last post by:
Is there any way to programmatically discover and inspect *all* the properties of an object, even those that are not enumerable through a for/in loop? Thanks! kj -- NOTE: In my address...
0
by: Matthias Kwiedor | last post by:
I have a aplication which hosts an axWebbrowser. This activex component needs about 10 to 15 mb of memory. Because i have a option to move the aplication to tray icon and do some timer work i...
175
by: Ken Brady | last post by:
I'm on a team building some class libraries to be used by many other projects. Some members of our team insist that "All public methods should be virtual" just in case "anything needs to be...
8
by: Nabor Gilgalad | last post by:
Hello Newsgroup, I have a simple question I think, but after a long time searching, get no answer. I want to get the original html source code from a page loaded in the AxWebBrowser Control. ...
5
by: wrecker | last post by:
Hi all, I have a few common methods that I need to use at different points in my web application. I'm wondering where the best place would be to put these? I think that I have three options. ...
1
by: jokolee | last post by:
i was using component AxSHDocVw.AxWebBrowser,,but i rather confuces because when i write AxWebBrowser1.Document. the next option is Gettype function,,,nothing else...... But when i write...
6
by: ESmith | last post by:
I'm looking to user a web browser component in VS2005. I like the functionality in the AXWebBrowser component (from ActiveX controls page) that allows me to do this: mshtml.HTMLDocument doc; ...
7
by: Doe | last post by:
Okay, I've given up on using the "new" WebBrowser in 2005 to do what I want to do -- tabbed browsing. It seems I really need RegisterAsBrowser and Application to get each instance of a browser...
17
by: Bruce One | last post by:
Lets consider a class called Currency. This class must be the responsible for taking care of all calculations over currency exchanges, in such a way that I pass values in Euros and it returns the...
3
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
How does React native implement an English player?
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.