T
Thomas Zapf-Schramm
IE8 implements the W3C Selectors API. With this API javascript can
select elements from the DOM tree in a very comfortable way. With the
mshtml.dll the IElementSelector and IDocumentSelector interfaces make
functions querySelector() and querySelectorAll() accessible from C++ and
VisualBasic (VBA). But I can find no way to use them from C# or VB.NET.
After referencing the mshtml.tbl the Interfaces don't show up. Is there
solution to this problem?
Thomas
select elements from the DOM tree in a very comfortable way. With the
mshtml.dll the IElementSelector and IDocumentSelector interfaces make
functions querySelector() and querySelectorAll() accessible from C++ and
VisualBasic (VBA). But I can find no way to use them from C# or VB.NET.
After referencing the mshtml.tbl the Interfaces don't show up. Is there
solution to this problem?
Thomas