S
Slawomir Zurek
Hello,
I am using in my appliaction (.net 2.0; windows forms) WebBrowser control.
I initialize WebBrowser (via DocumentText property) with following HTML:
<html><body>
<object id=PivotTable1 name=PivotTable1
classid=CLSID:0002E552-0000-0000-C000-000000000046>
</object>
</body></html>
Is it possible to access PivotTable1 object from application code, so I
could fully control this PivotTable object form .net code (using properties.
methods an events) ?
Thanks in advance.
Slawek
I am using in my appliaction (.net 2.0; windows forms) WebBrowser control.
I initialize WebBrowser (via DocumentText property) with following HTML:
<html><body>
<object id=PivotTable1 name=PivotTable1
classid=CLSID:0002E552-0000-0000-C000-000000000046>
</object>
</body></html>
Is it possible to access PivotTable1 object from application code, so I
could fully control this PivotTable object form .net code (using properties.
methods an events) ?
Thanks in advance.
Slawek