Utility To Micro-Position Windows Via Keyboard?

P

(PeteCresswell)

I've got an app that puts up several windows that I want
sort-of-tiled, but it's very tedious doing it via Drag-Drop and
it's windows do not support "System Menu"... i.e. hitting Alt +
Space does not do anything.

Seems like it might be possible to write a little utility that,
once it has a handle to a window, allows the user to
size/position said window via keyboard's arrow keys.

Or might this be something already built into Windows (like maybe
Accessibility keyboard shortcuts...) and I'm just too clueless to
know about it? I looked at
http://support.microsoft.com/kb/301583, but nothing jumped out at
me.

If not already built in to Windows, does anybody know of such a
utility?
 
V

VanguardLH

PeteCresswell said:
I've got an app that puts up several windows that I want
sort-of-tiled, but it's very tedious doing it via Drag-Drop and
it's windows do not support "System Menu"... i.e. hitting Alt +
Space does not do anything.

Seems like it might be possible to write a little utility that,
once it has a handle to a window, allows the user to
size/position said window via keyboard's arrow keys.

Or might this be something already built into Windows (like maybe
Accessibility keyboard shortcuts...) and I'm just too clueless to
know about it? I looked at
http://support.microsoft.com/kb/301583, but nothing jumped out at
me.

If not already built in to Windows, does anybody know of such a
utility?

If you want the windows tiled then why not tile them? Right-click on
the Windows taskbar (unused area) and select "Tile Windows <direction>".
Sorry, but "sort of tiled" doesn't explain what you really want.

Another method is to open Task Manager, select multiple apps under the
Applications tab, and use the Windows menu to tile those specifically
selected windows.

Applications that are not resizable (e.g., Calculator) obviously won't
tile. Tiling requires resizing. If the windows for your unidentified
apps don't have a system menu, are you sure they can be resized?

"Cascade, Tile Windows Horizontally, and Tile Windows Vertically
Commands Do Not Work"
http://support.microsoft.com/kb/312290
 
P

(PeteCresswell)

Per VanguardLH:
but "sort of tiled" doesn't explain what you really want.

Wasn't intended to bc what I want may differ from day-to-day
depending on which monitor I'm using for which other tasks.

e.g. http://tinyurl.com/8jqtgqd

The windows in question can definitely be resized bc I do it
tediously via mouse.

I think I'll try to lean on the developer to add the System menu
to these windows.... Not sure if the functionality can be added
without the menu icon... but that would probably be the best from
his perspective.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top