Starting to put together some VBScript to get the size of an open window. I found only one post about GetWindowSize...wasn't quite what I need.
Has anyone written this already?
GetWindowSize
Moderators: JRL, Dorian (MJT support)
Paul,
You could use:
Dick
You could use:
Later,GetActiveWindow>window_title,X,Y[,Width,Height]
Retrieves information about the current active window. The window title, and top left coordinates of the active window are stored in window_title, X and Y.
...The optional parameters Width and Height will return the width and height of the window respectively.
Dick
Dick,
Wow, I must have been drunk! For some reason I revisited this issue today and immediately realized what you were saying. It's like I have tunnel vision and could not even see the option W and H settings on GetActiveWindow.....
got it written. thanks for the good advice, even if I couldn't see it.
Wow, I must have been drunk! For some reason I revisited this issue today and immediately realized what you were saying. It's like I have tunnel vision and could not even see the option W and H settings on GetActiveWindow.....
got it written. thanks for the good advice, even if I couldn't see it.