Platforms to show: All Mac Windows Linux Cross-Platform
IEWindowMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | HTMLViewer Win | MBS Win Plugin | 20.0 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
For HTMLViewer based on Internet Explorer on Windows.
All the methods and properties may raise IEExceptionMBS exceptions in case of failure.
Based on IHTMLWindow2 interface:
https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/platform-apis/aa741505(v=vs.85)
Let us know if you miss something.
- 5 properties
- property DefaultStatus as String
- property Document as IEDocumentMBS
- property Handle as Integer
- property Name as String
- property Status as String
- 15 methods
- method Alert(Message as string)
- method Blur
- method Confirm(Message as string) as Boolean
- method Constructor(DesktopHTMLViewer as DesktopHTMLViewer)
- method Constructor(HTMLViewer as HTMLViewer)
- method ExecScript(Code as string, language as String)
- method Frames as IEWindowMBS()
- method MoveBy(x as integer, y as integer)
- method MoveTo(x as integer, y as integer)
- method Navigate(URL as string)
- method Print
- method RunJavaScript(JavaScript as string)
- method Scroll(x as integer, y as integer)
- method ScrollBy(x as integer, y as integer)
- method ScrollTo(x as integer, y as integer)
This class has no sub classes.
Some methods using this class:
- HTMLViewer.IEWindowMBS as IEWindowMBS
- IEDocumentMBS.Frames as IEWindowMBS()
Some properties using for this class:
- IEDocumentMBS.ParentWindow as IEWindowMBS
Some examples using this class:
Blog Entries
- MonkeyBread Software Releases the MBS Xojo Plugins in version 21.0
- MBS Xojo Plugins, version 21.0pr7
- HTMLViewer JavaScript communication for Xojo
- New in the MBS Xojo Plugins 20.0
- MBS Xojo Plugins, version 20.0pr5
- Upgrading our HTMLViewer functions for Internet Explorer
Xojo Developer Magazine
- 19.2, page 10: News
- 18.3, page 53: Happy Birthday MonkeyBread Software, What is new in the MBS Xojo Plugins by Stefanie Juchmes
Release notes
- Version 21.0
- Added Document property to IEWindowMBS class.
- Added Frames function for IEDocumentMBS and IEWindowMBS classes.
- Version 20.0
- Added IEDocumentMBS, IEHistoryMBS, IENavigatorMBS, IEWebBrowserMBS and IEWindowMBS classes.
The items on this page are in the following plugins: MBS Win Plugin.
IEWebBrowserMBS - IKCameraDeviceViewMBS