window-position Questions

3

Solved

How can I distinguish whether a currently minimized window was maximized before that, as opposed to normal state in C#/WinForms? if (WindowState == FormWindowState.Minimized) { Properties.Settin...
Backgammon asked 7/9, 2016 at 9:13

4

Solved

How can I get and set the position of another application using C#? For example, I would like to get the top left hand coordinates of Notepad (let’s say it's floating somewhere at 100,400) and the...
Troxell asked 1/9, 2009 at 20:21

2

Solved

When I .show() an dialog it usually shows up a little to the left, I have no idea why. I wanted to center all my opened dialogs so i used: qr = dlgNew.frameGeometry() cp = QtGui.QDesktopWidget().a...
Latrinalatrine asked 14/9, 2012 at 22:23

1

Solved

I'm trying to use the Accessibility API to change the position of other applications windows.What I wish to do is to get all the windows on the screen from all the applications, then move them all ...
Schoolroom asked 11/1, 2014 at 23:7

4

Solved

I want to allow a user to drag my Win32 window around only inside the working area of the desktop. In other words, they shouldn't be able to have any part of the window extend outside the monitor(s...
Nova asked 9/3, 2010 at 1:59
1

© 2022 - 2024 — McMap. All rights reserved.