Michael wrote:

> suggest other command 
> forms that *would* work?
> 

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"))

;Label = TopRight 246
win.move(_handle_,xscreen-win.width(_handle_),1-win.getsystemmetrics("SM_CYCAPTION"))

;Label = BottomLeft 247
win.move(_handle_,0,yscreen-win.height(_handle_))

;Label = BottomRight 248
win.move(_handle_,xscreen-win.width(_handle_),yscreen-win.height(_handle_))

HTH    --sgp



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