Click here to Skip to main content
15,796,102 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Everyone!

I am having a hard time trying to load a metro ( windows store) app in a windowed container.

I know it's possible because programs like retro ui achieve this.

The code that I am trying to use will launch the app from the desktop, but it still insists on loading full screen.

VB
p.StartInfo.FileName = "bingnews://"
p.StartInfo.WindowStyle = ProcessWindowStyle.Minimized

p.Start()


I thought about trying to see if I can find the application handle but that hasn't worked.
If I could get the handle I would try and set that as a parent to an empty form.

I hope that I this makes sense.

Thank You Guys and Gals!
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900