RE: Interop.Call send message
The CMD id of the Send button is 272.
Use the ChatWnd::EditText property to "type" text in the field.
You may want to check if the edit text can be changed (for example, if your contact is blocked, it can not). You can do that using ChatWnd::EditChangeAllowed.
EDIT::
But that is not a way to get around the flood protection of WLM itself. You'd have to patch Messenger (if the flood protection is not server-side).
This post was edited on 09-21-2008 at 03:03 PM by SmokingCookie.
|