Technology Questions

Go Back   Technology Questions > Software Questions > Operating System Questions > Windows XP

Windows XP Discuss the Microsoft Windows XP Operating System

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 03-30-2007, 03:00 PM
Dan
Newsgroup Contributor
 
Posts: n/a
Getting an app to open in a set window size & screen position

I've been trying to figure this one out for some time. I have my PC
connected to a TV in another room & play videos on said TV from the PC using
Nero Home. Works great, even controls with the MS media center remote
(though it's XP Home SP2) only trouble is, to get the image to fill the TV
screen, the Nero Home window has to be of an exact size precisely located in
the upper right hand corner of the PC monitor. I would like to have the
program open to that size & position, but each time I must re-position &
resize the window. Tried the shift key on close thing, nogo. I've also
thought of recording a macro of the open program/size/position moves, but I
can't find out whether this can even be done in XP (like it could in 3.1,
95, etc.) . Anyone have any ideas?

TIA

Dan


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 03-30-2007, 03:00 PM
  #2 (permalink)  
Old 03-30-2007, 03:45 PM
Ayush
Newsgroup Contributor
 
Posts: n/a
Re: Getting an app to open in a set window size & screen position

Replied to [Dan]s message :
> I've been trying to figure this one out for some time. I have my PC
> connected to a TV in another room & play videos on said TV from the PC using
> Nero Home. Works great, even controls with the MS media center remote
> (though it's XP Home SP2) only trouble is, to get the image to fill the TV
> screen, the Nero Home window has to be of an exact size precisely located in
> the upper right hand corner of the PC monitor. I would like to have the
> program open to that size & position, but each time I must re-position &
> resize the window. Tried the shift key on close thing, nogo. I've also
> thought of recording a macro of the open program/size/position moves, but I
> can't find out whether this can even be done in XP (like it could in 3.1,
> 95, etc.) . Anyone have any ideas?
>
> TIA
>
> Dan
>
>


Try AutoHotKey. You can move,resize windows with it easily. For Example-

WinMove,Nero Home,,0,0,200,200

will move the window to top-left and set its width to 200/200

http://autohotkey.com


Good Luck, Ayush.
--
XP-Tips [Speed up menu display] :
http://www.microsoft.com/windowsxp/u...tips/menu.mspx
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 03-30-2007, 04:45 PM
Dan
Newsgroup Contributor
 
Posts: n/a
Re: Getting an app to open in a set window size & screen position

"Ayush" <"ayushmaan.j[aatt]gmail.com"> wrote in message
news:OZk3HsxcHHA.5052@TK2MSFTNGP05.phx.gbl...
> Try AutoHotKey. You can move,resize windows with it easily. For Example-
>
> WinMove,Nero Home,,0,0,200,200
>
> will move the window to top-left and set its width to 200/200
>
> http://autohotkey.com
>
>
> Good Luck, Ayush.
> --
> XP-Tips [Speed up menu display] :
> http://www.microsoft.com/windowsxp/u...tips/menu.mspx


Thanks Ayush, looks like it should do the trick!

Dan


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 03-30-2007, 06:30 PM
Dan
Newsgroup Contributor
 
Posts: n/a
Re: Getting an app to open in a set window size & screen position

"Ayush" <"ayushmaan.j[aatt]gmail.com"> wrote in message
news:OZk3HsxcHHA.5052@TK2MSFTNGP05.phx.gbl...
> Try AutoHotKey...

Ayush-This things great! After some experimentation I wrote the following
which opens the program, then positions it properly, all with one press of
one of my logitech keyboard's configurable hotkeys. I put a 2 second delay
in after program launch to allow time for the program to open before being
positioned:

Run C:\program files\nero\nero 7\nero home\nerohome.exe
Sleep, 2000
WinMove,Nero Home,,60,0,972,757

THANKS!!!

Dan


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 03-30-2007, 07:30 PM
Ayush
Newsgroup Contributor
 
Posts: n/a
Re: Getting an app to open in a set window size & screen position

Replied to [Dan]s message :
> "Ayush" <"ayushmaan.j[aatt]gmail.com"> wrote in message
> news:OZk3HsxcHHA.5052@TK2MSFTNGP05.phx.gbl...
>> Try AutoHotKey...

> Ayush-This things great! After some experimentation I wrote the following
> which opens the program, then positions it properly, all with one press of
> one of my logitech keyboard's configurable hotkeys. I put a 2 second delay
> in after program launch to allow time for the program to open before being
> positioned:
>
> Run C:\program files\nero\nero 7\nero home\nerohome.exe
> Sleep, 2000
> WinMove,Nero Home,,60,0,972,757
>
> THANKS!!!



You are welcome Dan.

btw, you can use WinWait :

Run C:\program files\nero\nero 7\nero home\nerohome.exe
WinWait,Nero Home
WinMove,,,60,0,972,757


Good Luck, Ayush.
--
XP-Tips & Tricks [Use keyboard shortcuts] :
http://www.microsoft.com/windowsxp/u...shortcuts.mspx
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #6 (permalink)  
Old 04-01-2007, 06:00 PM
pronto_bombo
Newsgroup Contributor
 
Posts: n/a
RE: Getting an app to open in a set window size & screen position

You wrote that you use the Windows MCE remote in XP SP2. I bought the remote
today and tried installing it but it didn't work. No CD came with the remote
and I cannot find the proper drivers. How did you install the MCE remote on
WIN XP home SP2?

Thanks

Paul

"Dan" wrote:

> I've been trying to figure this one out for some time. I have my PC
> connected to a TV in another room & play videos on said TV from the PC using
> Nero Home. Works great, even controls with the MS media center remote
> (though it's XP Home SP2) only trouble is, to get the image to fill the TV
> screen, the Nero Home window has to be of an exact size precisely located in
> the upper right hand corner of the PC monitor. I would like to have the
> program open to that size & position, but each time I must re-position &
> resize the window. Tried the shift key on close thing, nogo. I've also
> thought of recording a macro of the open program/size/position moves, but I
> can't find out whether this can even be done in XP (like it could in 3.1,
> 95, etc.) . Anyone have any ideas?
>
> TIA
>
> Dan
>
>
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Window Size and Position Black Vista version Windows Vista 0 11-30-2008 07:40 PM
Re: Window Size and Position La Poste Windows Vista 3 11-30-2008 06:20 PM
Re: Window Size and Position Black Vista version Windows Vista 0 11-29-2008 02:20 PM
Profile that hold size and Position for app, for each screen size? mtczx232@yahoo.com Windows XP 1 01-02-2008 09:40 AM
Window Size & Position Snakeoids Microsoft Office 3 04-20-2007 09:30 PM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 06:27 AM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0