winapi - Launching a Metro-style app from a Desktop application -


is there way launch windows 8 app desktop app? e.g : in desktop app push button, , win8 app start(win8 app in suspend mode).

yes, there is, using packagemanager , iapplicationactivationmanager api. see our metro-driver project sample code.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -