locked
Full mode in inter process communication RRS feed

  • Question

  • Hi,

    In inter process communication, when one app calls other app then other app always open in snapped mode in windows 8.1, But I want to show other app in full mode and when it returns the control back. 

    Anyone will help me so that how can I open an app in  full mode when one app call other app for inter process communication.

    Thanks

    Monday, September 16, 2013 1:43 PM

Answers

  • Take a look at this documentation, which should help:

    http://msdn.microsoft.com/en-us/library/windows/apps/bg182890.aspx

    An app can launch another app. When this happens, the two apps typically split the screen evenly if there's enough space. But you can change this so that the launched app is wider or narrower than the original app, or so that it even replaces the original app on the screen. To change the default behavior, use the DesiredRemainingView property.


    Windows Store Developer Solutions #WSDevSol || Want more solutions? See our blog, http://aka.ms/t4vuvz

    Tuesday, September 17, 2013 12:30 AM
    Moderator