From: Marcus <li...@wo...> - 2002-07-05 12:34:31
|
Does anybody know how to get a window by name? I'm working on the following: I have a dialog which collects user input which needs to be pasted to an application of the user's choice. I think I need to get the Window by name, e.g. "Notepad", or "Some application", then copy and paste via the clipboard. To paste I need to make the application's window active. Any ideas if there's a way in Perl? Thanks, Marcus |