Internet Explorer Embedded Tiling Engine Functions (Windows Embedded CE 6.0)

1/6/2010

This section contains the functions that you can use to interact with the Internet Explorer Embedded tiling engine.

In This Section

  • CreateTileProxy
    Creates a window for the host Web browser (TileHost) window and a proxy for that window. The proxy exposes functions for customizing the browser.
  • TPChangePos
    Moves the viewport by a specified offset, displaying animation.
  • TPChangeZoom
    Zooms a rectangular area of the HTML page to fit the TileHost window, and displays animation.
  • TPChangeZoomScale
    Sets the zoom factor for a tile and animates the HTML window zooming in or out.
  • TPGetHostWindow
    Gets the handle of the TileHost window associated with the TileProxy object.
  • TPGetViewDocSize
    Gets the current size of the HTML page, multiplied by the current zoom factor.
  • TPGetViewVisBounds
    Retrieves the dimensions of the viewport, multiplied by the current zoom factor.
  • TPGetWaitEvent
    Gets a handle to an event that indicates the TileHost window should be updated.
  • TPSetHtmlWindow
    Sets the HTML window for the proxy. If you do not set the hHtmlWnd parameter with CreateTileProxy, then you must call this function.
  • TPSetView
    Moves the viewport to the given position and sets the zoom factor.
  • TPUpdate
    Updates the TileHost window of a TileProxy object.
  • TPWindowToPage
    Converts points from a coordinate space that is relative to the screen to a coordinate space that is relative to the HTML window.

Reference

Internet Explorer Embedded Tiling Engine Reference

Customizing the Browser User Interface

Requirements

Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Other Resources

Internet Explorer Embedded Tiling Engine Reference