How to disable the startup menu show in win 10 tablet mode
-
wrote on 10 Sept 2015, 03:00 last edited by cobain 9 Oct 2015, 03:01
I want my Qt mainwindow to start an external program("exe" file), and then hide my mainwindow in windows 10. In desktop mode, it works well, but in tablet mode, the start up menu pops up the mainwindow was hidden. I think in tablet mode, the start up menu is the desktop. so anybody can tell me how to not show the start up menu(or desktop in table mode) when the mainwindow hide.
-
wrote on 10 Sept 2015, 05:26 last edited by SGaist 9 Oct 2015, 22:23
Hi and welcome to devnet,
Qt has no control over Desktop Manager ; IMO you should have a look to the Windows native API.
2/2