How Form1 can be always front of all programs?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vbtommy
    New Member
    • Jun 2024
    • 3

    How Form1 can be always front of all programs?

    Hello, I want to do something so that form1 is never behind other Windows programs and games and is always in front of the view, please help me?
  • juneana
    New Member
    • Jun 2024
    • 1

    #2
    Hi!
    You might want to try the method using Windows Forms, where you can set the TopMost propertytrue.
    It should stay on top because of it.

    June :)

    Comment

    Working...