What determines where an application window opens in Windows 7?
March 30, 2012 1:30 PM Subscribe
What determines where an application window opens in Windows 7?
I'm running dual monitors in Windows 7. I have to do some repetitive tasks that require opening Word docs, saving to PDF, then combining other PDFs into that PDF. I always have to move the documents around to access dialogs and such, which slows me down and is generally annoying. Why won't the damn things open in the same position I moved them to before I closed them? Is this a dual monitor thing? Is there some way to set certain file types to always open in the previously-used location?
posted by schoolgirl report to computers & internet (4 answers total)
It's not uncommon that apps remember their position, and then smart apps make sure their position is somewhere that's not off the screen when they next start, and dumb smart apps get that logic wrong with multiple monitors.
One thing I've seen go wrong happens if the secondary monitor is to the left of or above the primary one. 0,0 is the top left corner of the primary display, If other displays extend further left or further up than that, they may have negative coordinates. One way naive apps screw up "is this a sane place to put a window" logic is to just rule out negative coordinates. You can get around that by switching which monitor is the primary one.
posted by aubilenon at 1:49 PM on March 30, 2012 [1 favorite]