Announcement

Collapse
No announcement yet.

How to show a Windows top left on every resolution

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to show a Windows top left on every resolution

    Hi guys, can you help me showing the windows on top left on every resolution? Thank you very much

  • #2
    Window.SetPos(Application.GetWndHandle(), 0, 0);

    Resolution doesn't matter since that's the starting position no matter what.

    Comment


    • #3
      Originally posted by longedge View Post
      Window.SetPos(Application.GetWndHandle(), 0, 0);

      Resolution doesn't matter since that's the starting position no matter what.
      Thank you very much!

      Comment

      Working...
      X