English 中文(简体)
我怎么能找到一个最大的窗口,恢复协调职位?
原标题:How can I discover a maximised window s restored position co-ordinates?
  • 时间:2010-08-23 17:54:17
  •  标签:
  • autohotkey

正如标题所示,Im试图发现,当用户从一个最大状态恢复时,将重开一个最大化的家长窗口。 现在,我可以这样做,利用双赢的仓库指挥,抓住这一位置,然后再次赢利,但这造成窗户两倍的闪光,b)花太长的时间完成我想向用户立即进行的进程(我在把窗户转移到另一个屏幕上时,利用恢复立场)。

我确信,我站在正确的道路上,使用GewellPlacementWindows的透镜,但我愿意承认,把如何获得I所需要的信息连接起来,是超出我目前的双管编码能力和谷歌搜索的一步。

简而言之:我想要做的是,在不实际重整和搬走最大窗口的情况下,将任何窗户恢复位置的顶点坐标(在Windows窗户管理系统中)。

是否有任何人可以走过方向或方向? 感谢!

最佳回答
问题回答

暂无回答




相关问题
How do you control a .NET checkbox from AutoHotKey?

I have a .NET application that contains a checkbox (System.Windows.Forms.Checkbox). This component (WindowsForms10.BUTTON.app.0.378734a1) is not directly controllable in AutoHotKEy using "Control,...

How can I rename my visual studio taskbar button?

I often work with multiple checkouts of the same solution, but as they all have the same name, all the taskbar buttons appear the same. I would like to rename the taskbar buttons so I can identify ...

Run AutoHotkey script when screen locked?

I ve written a couple of scripts with AutoHotkey, but I notice they only work when a user is logged in and the screen isn t locked. I d like to schedule the script to run. Does anyone know if that ...

AutoHotKey key SEQUENCE, not just single-key hotkey

I m not stupid... really. How do you map a key SEQUENCE (ie: Ctrl + Q , F) in AutoHotKey. I ve got Ctrl + Q down: ^q:: I ve even got F: f:: The examples in the help files even show how to do two ...

Where is the source code for AutoScriptWriter

I am using autohotkey for test now but tired with modifying the "Sleep, 100" generated by autoscriptwriter. So I decided to get the source code and see if I can modify it a little bit to fit my needs ...

Holding down the left mouse button in AutoHotkey

I want a script where pressing F1 makes AutoHotkey hold down the left mouse button. I then want the script to release the mouse once I press the key again. How can I do that?

热门标签