WPF and windows tiling
- by SwiftLion
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)