The Media Center Sandbox

Resources and discussion for developing experiences in the Windows Media Center platform.
Welcome to The Media Center Sandbox Sign in | Join | Help
in Search

Navigate to another Addin

Last post 03-28-2011, 4:55 AM by Xive. 0 replies.
Sort Posts: Previous Next
  •  03-28-2011, 4:55 AM 10081

    Navigate to another Addin

    Hello,

    Is it possible to navigate to another addin (entry point) from inside a different addin ?
    If so i would like to know how.

    EDIT: Found the solution

    MediaCenterEnvironment.LaunchEntryPoint(AppGUID, EntryGUID, PARAM)
    this is derived from your AddInHost instance

    ex:
    host.MediaCenterEnvironment.LaunchEntryPoint(new Guid("{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}"), new Guid("{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx}"), null);

    Thanks.



    Xive.
View as RSS news feed in XML
Powered by Community Server, by Telligent Systems