Search code examples
c#winformsoverlaptopmost

Make form stay in front of other windows without resizing or moving it


I have a simple project that is basically a little clock that should stay on the lower left corner of the screen, and i want it to stay in front of all other windows at all times, but I have now idea how to make that. Is there any property or class I should use? It also shouldn't prevent the user from interacting with other windows.


Solution

  • Try the .TopMost = true property.