I need to switch between metro apps backwards and forwards. Is there a way to get an array of metro apps or the number of metro apps running?
I am making a desktop app!
I need to switch between metro apps backwards and forwards. Is there a way to get an array of metro apps or the number of metro apps running?
I am making a desktop app!
If all apps are made by you, you could use URI protocols (Can I open a Windows 8 application with a URL?) to make the apps call each other. But this is not really "switching", it's a protocol activation which starts an app if it's not already running. As far as I know, this is the only way of making one Windows 8 app call another Windows 8 app (except for other (unsuitable) activations such as file activation).
No, your app doesnt know what other apps are running. This is also a security feature and by design.