Application Property
Gets the automation object for the application that is hosting the WebBrowser Control.
Syntax
[ oAutomation = ] object.Application
Possible Values
oAutomation Object that receives the automation object. The property is read-only. The property has no default value.
Remarks
This property gets the automation object of the application that is hosting the WebBrowser Control, if the object is accessible. Otherwise, this property returns the automation object of the WebBrowser Control.
Applies To
InternetExplorer, WebBrowser
See Also
32-bit vs 64-bit IE
InternetExplorer.Application gives 64-bit IE7 on Windows XP x64 SP2
This, in itself, is not a problem. But as of today (July 1 2010), 64-bit IE still doesn't have Flash, Silverlight, etc. making it useless and making this also, somewhat, useless.
However, see:
launching InternetExplorer.Application x32bit on a x64-bit OS
http://social.msdn.microsoft.com/Forums/en-US/iewebdevelopment/thread/95f0a6a2-955a-4e0b-a537-9909f39ab26d/?prof=required
This, in itself, is not a problem. But as of today (July 1 2010), 64-bit IE still doesn't have Flash, Silverlight, etc. making it useless and making this also, somewhat, useless.
However, see:
launching InternetExplorer.Application x32bit on a x64-bit OS
http://social.msdn.microsoft.com/Forums/en-US/iewebdevelopment/thread/95f0a6a2-955a-4e0b-a537-9909f39ab26d/?prof=required
- 7/1/2010
- AS-MSDN