Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1425
XamTileManager running a application?
posted

Hi,

I want to create a project (basically a Suite) with different applications created in WPF.

So the question is I have tiles called Project1, Project2, Project3.

I want to have a Click button so that when i Click the Launch in the Maximized Tile of Project1 (created in WPF), to actually run that project1 in that Maximized tile, is it possible.

Any Suggestions or help appreciated.

Thanks,

AK

Parents
  • 34510
    Suggested Answer
    Offline posted

    Hi AK,

    The only thing you can put inside the tiles are FrameworkElements.  If your projects are actual EXE applications then it won't be possible to run them inside the tile.  I don't think it's possible with WPF in general to be able to run an application directly inside a UI control that is part of a different application.  Your projects will need to be UserControls or some kind of custom control that would contain the UI for the project.  Then when you click on the button you can just create an instance of the UserControl/custom control and set it to the tiles content.

    Hopefully I understood what you are asking for.  If not let me know.

Reply Children