Embedding within a desktop application

The dashboard can be embedded into a hosting windows application by inserting a Windows Browser Control into the application & setting the source URL of this control to point to the dashboard.html page.

Embedding_01

Certain parts of the dashboards appearance, such as removing the Header bar or the Main menu button can be controlled by passing parameters on the query string when the source of the Browser control is set. More information about what parameters can be passed can be found in Passing URL Parameters

For information about how to pass control back to the hosting application see Returning control through the DOM