I think that I understood
(Thanks for the schema
) lol
But it's very hard to understand you now... I speak English since I got up (here it's 7:50pm), and that's become boring xD
I'm gonna see what I can do for the script
-----------------------------
Edit :
I'm not sure I'm going to include this function in my script :
1) This script set ALL the windows on foreground when message is received (maybe I can add an option to enable this new feature...)
2) In fact, it's very hard (for my knowledges) to get the chat window handle when you click on this window... (when you receive a message, ok, the handle can be caught, but if you click on an other chat window, here's the problem...)
I tried with that :
code:
function OnEvent_ChatWndEditKeyDown(ChatWnd,KeyCode,CtrlKeyDown,ShiftKeyDown) {
if (KeyCode==1) {
LastHandle=ChatWnd.Handle;
}
}
Unsuccessfully, because I can't catch the VK_LBUTTON (1) event.....
3) Right now, I've got to work on my website
But, I'm still looking for a solution, I will contact you again if I found a solution