quote:
Originally posted by deAd
I didn't read the whole code, but you'll want to just pass ChatWnd.Handle to the GetWindowRect function.
I have changed it to ChatWnd.Handle, and now it works.
But i got an other error:
quote:
> Functieaanroep: "OnEvent_ChatWndCreated"
> Fout gedetecteerd in lijn 37: 'PlusWnds[...]' is leeg of geen object.
(Code: -2146823281)
> Fout gedetecteerd in "OnEvent_ChatWndCreated".
(Code: -2147352567)
That means that PlusWnds is empty or not a object. But i did:
PlusWnds[ChatWnd.Handle] = MsgPlus.CreateWnd("Buttons.xml", "Buttons", 2);
EDIT
Changed line 37 to: PlusWnds.Visible = true;
But i dont even see any kind of the timer From TimeZone script