quote:
Originally posted by billboy1001
Do you see any double posts and is this edited?:
You just double posted, use the edit button.
The ChatWnd object has a Handle property you can use as this ChatWnd.Handle, this will give the handle you can hide.
If you want to find the window use
code:
Interop.Call('user32', 'FindWindowW', 'imwindowclass', '');
That will find the first window.
What is the point of what you are doing? Are you entering a command into a chat window?
WHy not just use the LockMessenger feature?