0

How would I get a Windows form to show up on not only the desktop but also the Windows 8 metro start screen? I know it's possible because the on-screen keyboard does this:

enter image description here

If you could tell me how to do this in VB.net or Python that would be great, but I'm fine with any other common language.

gunr2171
  • 16,104
  • 25
  • 61
  • 88
Samie Bencherif
  • 1,285
  • 12
  • 27

2 Answers2

2

I have noticed one thing, the app which provides "Always on Top" option, we can open the app on top of Start screen. See the below image you can also open task manager on top of Start screen. Here's how you can provide "Always on Top" in Windows form app & python app, though not sure for python as I am .NET guy :)

Keeping a Windows Form on Top - MSDN

How can I ensure that the application windows is always on top?

How to make python window run as "Always On Top"?

enter image description here.

Community
  • 1
  • 1
Farhan Ghumra
  • 15,180
  • 6
  • 50
  • 115
0

I found the answer in a Google search. This time I included task manager as part of the search, and I got the appropriate results.

How to make Windows 8 desktop apps shown in Metro UI (like Task Manager)?

Community
  • 1
  • 1
Samie Bencherif
  • 1,285
  • 12
  • 27