LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

What is TargetFrameName?

So this doesn't actually relate to any project I am working on particularly well, it is more of a general question, when using the Navigate Method with IWebBrowser2 what does the variant input into "TargetNameFrame" actually do?

 

While on the subject of the Navigate Method, How about the rest of the variants, "Flags", "PostData" and "Headers"? Any ideas what they are used for?

0 Kudos
Message 1 of 3
(3,013 Views)
Those are all questions related to the specific ActiveX control you are talking to. The best place to get this sort of information is from the people who wrote the control. The thing to remember is that the interface is the same regardless of what language you are calling it from.
For example, I learned how to use the ADO interface for databases by reading examples written in Visual Basic and C.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 3
(3,000 Views)

Ok, that makes some sort of sense, so in order to gain an understanding of the functionality of these when working with Internet Explorer I would need to have a look around and find where Microsoft has detailed them. That also explains why in none of the instances of examples or descriptions that I have found about the net for the Navigate and Navigate2 methods there is never anything attached to these as they would not necessarily work.

0 Kudos
Message 3 of 3
(2,992 Views)