O.P. Sending message without opening window..
Is there a way to do that?
I know about sending it like this:
myWnd.SendMessage(Msg);
myWnd.SendMessage("/close");
But I needed something that didn't bring the window up because it takes focus out of my program and that messes things up for me.
Thanks
EDIT: Solution: It's possible with a hook and it's done already. Just search for BotDKLive dell made by Mr.Huge in Plugins section and use it in your script to send Invisible messages.
This post was edited on 10-19-2006 at 12:23 PM by Deco.
|