Search found 4 matches

by AnilPhilip
Mon Nov 07, 2005 2:29 pm
Forum: Java
Topic: how to specify size of window? opening Textpad in bat file
Replies: 5
Views: 2173

solution

In my installation TextPad always opens with the window size and position of the last TextPad application instance to be closed. Is this not how it behaves in your installation?

Please don't double-post.

I am not double posting but simply put a link to it from the General forum because there may ...
by AnilPhilip
Sun Nov 06, 2005 1:18 pm
Forum: Java
Topic: how to specify size of window? opening Textpad in bat file
Replies: 5
Views: 2173

In my installation TextPad always opens with the window size and position of the last TextPad application instance to be closed. Is this not how it behaves in your installation?

Please don't double-post.
Please read my post carefully - it is the Windows OS which controls the window size. And I ...
by AnilPhilip
Sun Nov 06, 2005 4:17 am
Forum: Java
Topic: how to specify size of window? opening Textpad in bat file
Replies: 5
Views: 2173

how to specify size of window? opening Textpad in bat file

I need to open Textpad from the command line/batch script (actually from Java using Runtime.exec()). For example: "notepad.exe somefile.txt".
However the problem I have is - how do I specify the size of the new window that will be opened? Presently it opens full screen and hides my application. I ...