Is it possible to run metro UI app programmatically from Win32 application in C# 2010?
Thank you.
Is it possible to run metro UI app programmatically from Win32 application in C# 2010?
Thank you.
You should be able to us the IApplicationActivationManager::ActivateApplication interface as suggested in the answers to this question