How can I get HTMLDocument properties from Windows Form

Add-in Express™ Support Service
That's what is more important than anything else

How can I get HTMLDocument properties from Windows Form
 
Vadim Usmanov


Guest


Hi!
It's simple to get HTMLDocument properties from IEModule.vb (e.g., Me.HTMLDocument.url).
How can I get HTMLDocument properties from Windows Form (for example, Form1.vb which included in the AddinExpress project)?
Posted 23 May, 2012 23:28:40 Top
Andrei Smolin


Add-in Express team


Posts: 18826
Joined: 2006-05-11
Hi Vadim,

You cannot. System.Windows.Forms.Form does not provide the HTMLDocument property.


Andrei Smolin
Add-in Express Team Leader
Posted 24 May, 2012 03:17:29 Top
Vadim Usmanov


Guest


Thank you, Andrei.
Posted 24 May, 2012 05:01:58 Top