--- In [email protected], sgp <[EMAIL PROTECTED]> wrote:
> Assuming _handle_ holds the handle of the window you want to move, 
this is what I use:
> 
> ;Label = TopLeft 245
> win.move(_handle_,0,1-win.getsystemmetrics("SM_CYCAPTION"))
> :
> [snip]
> :

After looking at what you posted a little more, I realized it 
contained the key to what was missing from the original reply I 
received back in Jan'05.  Thus, the following works great:
_________________________________________________

upper-left:
win.move("active", 0, 0)

upper-right:
win.move("active", xscreen - win.width("active"), 0)

lower-left:
win.move("active", 0, yscreen - win.height("active"))

lower-right:
win.move("active", xscreen - win.width("active"), yscreen - win.height
("active"))
_________________________________________________

Thanks for your help!
________
—Thri
¯¯¯¯¯¯¯¯






Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/power-pro/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to