Notepad Window positions
| Newsgroups | gmane.comp.windows.power-pro |
|---|---|
| Message-ID | <[email protected]> |
Dear Bruce,
In More Commands
wait.forinterval(250)
win.move("active",xscreen - win.width("active"), 0)
With the above command, the first Notepad window positioned perfectly on
the top right. But is it possible to position the next Notepad window to
lower left ("win.move("active", 0, yscreen - win.height("active"))
Thanks for any replies.