quote:
Originally posted by PaulESo, the script starts, buy when i create a ChatWnd i get an error on line 29:
code:
Result = Interop.Call("User32", "GetWindowRect", ChatWnds[ChatWnd.Handle] * 1, RECT);
I didn't read the whole code, but you'll want to just pass ChatWnd.Handle to the GetWindowRect function.