in reply to ActivePerl - Console manipulation - Win32
Have you checked the Putty Configuration panel? Under the Window category, there is an option, "Forbid resizing completely". If this is enabled, you will not be able to resize the window either manually or programmically.
If you are able to resize the window manually, but doing so programmically does not seem to work, it may be that you will have to force a refresh (update) of the window for the new size to take. Are you setting the last parameter to MoveWindow()?
Win32::Console does not provide for any mechanism for attaching to a console attached to another application, so I am doubtful that it could be used for this purpose.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: ActivePerl - Console manipulation - Win32
by Zarkon (Initiate) on Aug 09, 2006 at 19:27 UTC | |
by BrowserUk (Patriarch) on Aug 09, 2006 at 20:36 UTC |