08-06-2020, 03:16 AM
(This post was last modified: 08-06-2020, 03:47 AM by raptor1810.
Edit Reason: added info
)
Hi, I need to specify the size and position of a window.
I have seen a post about specifying the window position but not on how to specify it's size.
Al, is there a way to specify the exact window position (instead of top-left, bottom-right, etc)?
Thank you.
I did some more searching and found a post by Gintaras that helped. Here's the solution I used.
spe 10
int w
run "$windows$\explorer.exe" ".\" "" "" 0x2800 win("" "CabinetWClass") w
siz 1000 800 w
mov 2907 6 w
Thanks Gintaras.
I have seen a post about specifying the window position but not on how to specify it's size.
Al, is there a way to specify the exact window position (instead of top-left, bottom-right, etc)?
Thank you.
I did some more searching and found a post by Gintaras that helped. Here's the solution I used.
spe 10
int w
run "$windows$\explorer.exe" ".\" "" "" 0x2800 win("" "CabinetWClass") w
siz 1000 800 w
mov 2907 6 w
Thanks Gintaras.