I'm working on a stand-in Start Menu for Windows 8 and I've tried:
this.TopMost = true;
but it seems to only work until the form loses focus. Is there was an easy way to make the "start button" appear above the Task Bar permanently?
I'm working on a stand-in Start Menu for Windows 8 and I've tried:
this.TopMost = true;
but it seems to only work until the form loses focus. Is there was an easy way to make the "start button" appear above the Task Bar permanently?
Raymond Chen talks about the problems with topmost windows on his blog. I recommend checking that out.