WPF and windows tiling
        Posted  
        
            by SwiftLion
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by SwiftLion
        
        
        
        Published on 2010-04-10T08:50:19Z
        Indexed on 
            2010/04/10
            8:53 UTC
        
        
        Read the original article
        Hit count: 460
        
I have a WPF application that will always run on windows 7, it opens and displays in full-screen mode
There is a button within WPF app that opens up Word
I would like the WPF application on opening up Word to send a command to the operating system so that it tiles both the WPF application and the Word application windows side by side, so that they each take up 50% of screen each. Is this possible? if yes would anyone know what the code may be? ( a bit like when you right click on windows 7 task bar and click Show Windows Side by Side)
© Stack Overflow or respective owner