Felu 
Veteran Member 
     
  
 
Posts: 2223 Reputation: 72 
31 /   /   
Joined: Apr 2006
 
Status: Away
 
 | 
 RE: Preventing conversations with more than 1 person.
code: function OnEvent_ChatWndContactAdded(ChatWnd, Email){ 
    if(ChatWnd.Contacts.Count > 1){ 
        Interop.Call("User32", "SendMessageW", ChatWnd.Handle, 0x0010, null, null); 
    } 
}
   
 |   
 |