Quote Originally Posted by 'Freddie',index.php?page=Thread&postID=184853#post 184853
Quote Originally Posted by 'WoWMulti',index.php?page=Thread&postID=184843#pos t184843
By the way Freddie, I noticed Hotkeynet has a hard time sending keystrokes/clicks to background or minimized windows without making them visible/focused first...
The long latency and unreliability with background windows was pretty much fixed, so far as I know, in bulid 165. But I won't be sure until more test reports come in.

The problem with minimized windows is usually a user error -- people write a hotkey that requires HotkeyNet to take into account the width and height of the target window, but since minimized windows have no width or height, HotkeyNet generates an error message.

I found a way to do this to background or minimized windows without any drawbacks.. If you are interested, please let me know and I can provide the code for you.
Sure, I'd like to see it. Do you want to post it here or email it? My email address is freddie at hotkeynet.com.
Sure, I'll send you my class file that handles all of my keystrokes. I liked how flexible AutoIT was with sending keystrokes so I mimicked the syntax after that. What's important is how it attaches to the thread input of the window and then posts the appropriate messages. I've had a lot of good luck with it writing movement keys and keystrokes when multiboxing on a single pc with the windows minimized.

I'll send it over when I get home tonight around 5 to your email address.

Matt