code:
ChatWnd = Messenger.OpenChat("smarterchild@hotmail.com");//Open the ChatWnd
ChatWnd.SendMessage("Testing");//Send the Message
Interop.Call("User32", "SendMessageW", ChatWnd.Handle, 274, 0xF020, null);//Minimize the ChatWnd
I guess thats what you want
![[Image: msn_tongue.gif]](http://shoutbox.menthix.net/images/smilies/msn_tongue.gif)
.
Edit: Fixed