locked
When an app launched, could it select the place it will be diplayed? RRS feed

  • Question

  • I have an app named APP1, and I want to do this:

    when APP1 is launched, can APP1 itself choose the statement it want to show, for example snap mode , filled mode or full screen mode?

    I have searched in msdn many times, and I didnot find anything about this. So I wonder what can I do for this? 


    • Edited by pingping123 Wednesday, November 13, 2013 8:26 AM
    Wednesday, November 13, 2013 8:25 AM

Answers

  • No, you can't. There are no APIs for that.  It is a user initiated action.

    You could use TryUnsnap | tryUnsnap method to try unsnap if you are developing for windows 8 store app, but for windows 8.1 store app, there is no Snap mode any more.

    --James


    <THE CONTENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED>
    Thanks
    MSDN Community Support

    Please remember to "Mark as Answer" the responses that resolved your issue. It is a common way to recognize those who have helped you, and makes it easier for other visitors to find the resolution later.

    Wednesday, November 13, 2013 11:27 AM
    Moderator
  • No, this is a user controlled option. Apps cannot select their placement or size.

    --Rob

    Thursday, November 14, 2013 3:18 AM
    Moderator

All replies

  • No, you can't. There are no APIs for that.  It is a user initiated action.

    You could use TryUnsnap | tryUnsnap method to try unsnap if you are developing for windows 8 store app, but for windows 8.1 store app, there is no Snap mode any more.

    --James


    <THE CONTENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED>
    Thanks
    MSDN Community Support

    Please remember to "Mark as Answer" the responses that resolved your issue. It is a common way to recognize those who have helped you, and makes it easier for other visitors to find the resolution later.

    Wednesday, November 13, 2013 11:27 AM
    Moderator
  •  For windows 8.1 store app, can the app select the place it want to display.

    For example, when there are 3 apps in the screen, and share the screen. when my app started, could it select the place it want to display, or  could it select the placement that it want to replace one of the 3 app's placement.

    Thank you for your application!

    Thursday, November 14, 2013 3:08 AM
  • No, this is a user controlled option. Apps cannot select their placement or size.

    --Rob

    Thursday, November 14, 2013 3:18 AM
    Moderator