.
GetWindowPos is an old Win32 method, you should use GetWindowRect or GetWindowPlacement
2/11/2011 1:33:39 PM - -212.152.161.92
The GetWindowRect API
5/26/2016 4:22:14 AM - jnm2-50.241.168.105
The GetWindowPlacement API
8/4/2014 10:30:02 AM - -202.74.138.1
.
static extern TODO GetWindowPos(TODO);
.
Declare Function GetWindowPos Lib "user32.dll" (TODO) As TODO
.