RE: Extending a ChtWnd Object?
Apparently you can't modify Messenger Plus objects as they are not actually objects, I believe Messenger Plus handles them in a different way (external to the rest of the JScript). Someone will probably be able to explain it better.
An alternative would be to use an array with the window handle as the index.
myInteger[objChatWindow.Handle] = 1;
This post was edited on 08-21-2008 at 02:50 PM by Volv.
|