I have Windows code where I put my app into fullscreen mode. Part of that involves auto-hiding the app bar when entering the mode and restoring the state of the app bar when exiting the mode. However, when finding the shell tray window that corresponds to the same monitor my app is on, even though I pass that handle via the app bar data structure and set the state to auto hide, all app bars auto hide (or show back up). I don’t really like using ABM_SETSTATE. So …
Raymond Replies
in this topic, that one should just create a full screen window and the app bar will auto hide. Currently in Chrome when I press F11, the only app bar that hides is the one on the same monitor. And, when activating another app on that monitor, the app bar shows up. So I assume Chrome does what Raymond indicates should be done. But how does one go about doing that?