O.P. PlusWnd.Close
Hello,
I try this code:
e = new Enumerator(Messenger.CurrentChats);
for (; !e.atEnd(); e.moveNext())
PlusWnd.Close(1);
but it don't close my active chat windows.
Do you know the reason?
If i want close only some Chats, which code I would have to use?
Thanks.
This post was edited on 07-17-2008 at 09:44 AM by Noixe.
|