What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Conversation window

Conversation window
Author: Message:
KnRd_WC
Junior Member
**

Avatar
Florian PAQUET

Posts: 74
Reputation: 1
35 / Male / Flag
Joined: Aug 2006
RE: Conversation window
I think that I understood :D

(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...) :S
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 ;)

This post was edited on 08-23-2006 at 06:50 PM by KnRd_WC.
08-23-2006 05:47 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Conversation window - by tomjbyrne on 08-21-2006 at 08:56 AM
RE: Conversation window - by KnRd_WC on 08-21-2006 at 10:36 AM
RE: Conversation window - by tomjbyrne on 08-21-2006 at 10:46 AM
RE: Conversation window - by KnRd_WC on 08-21-2006 at 10:52 AM
RE: Conversation window - by tomjbyrne on 08-21-2006 at 01:16 PM
RE: Conversation window - by KnRd_WC on 08-21-2006 at 01:34 PM
RE: Conversation window - by tomjbyrne on 08-21-2006 at 02:44 PM
RE: Conversation window - by KnRd_WC on 08-21-2006 at 03:00 PM
RE: Conversation window - by RaceProUK on 08-21-2006 at 03:43 PM
RE: Conversation window - by KnRd_WC on 08-21-2006 at 04:09 PM
RE: Conversation window - by Jiggs on 08-23-2006 at 12:03 PM
RE: Conversation window - by matty on 08-23-2006 at 12:06 PM
RE: Conversation window - by KnRd_WC on 08-23-2006 at 02:08 PM
RE: Conversation window - by artfuldodga on 08-23-2006 at 02:20 PM
RE: Conversation window - by KnRd_WC on 08-23-2006 at 03:06 PM
RE: Conversation window - by artfuldodga on 08-23-2006 at 03:47 PM
RE: Conversation window - by KnRd_WC on 08-23-2006 at 04:07 PM
RE: Conversation window - by artfuldodga on 08-23-2006 at 05:29 PM
RE: Conversation window - by KnRd_WC on 08-23-2006 at 05:47 PM
RE: Conversation window - by artfuldodga on 08-24-2006 at 12:39 PM
RE: Conversation window - by CookieRevised on 08-24-2006 at 05:41 PM
RE: Conversation window - by artfuldodga on 08-24-2006 at 05:46 PM
RE: RE: Conversation window - by KnRd_WC on 08-24-2006 at 11:17 PM
RE: RE: RE: Conversation window - by CookieRevised on 08-25-2006 at 12:29 AM
RE: Conversation window - by artfuldodga on 08-25-2006 at 12:15 AM
RE: Conversation window - by KnRd_WC on 08-25-2006 at 12:26 AM
RE: Conversation window - by KnRd_WC on 08-25-2006 at 12:50 AM
RE: Conversation window - by artfuldodga on 08-25-2006 at 12:51 AM
RE: Conversation window - by KnRd_WC on 08-25-2006 at 01:29 AM
RE: Conversation window - by artfuldodga on 08-25-2006 at 02:04 AM
RE: Conversation window - by KnRd_WC on 08-25-2006 at 02:30 AM
RE: Conversation window - by RaceProUK on 08-25-2006 at 10:04 AM
RE: Conversation window - by KnRd_WC on 08-25-2006 at 10:41 AM
RE: Conversation window - by artfuldodga on 08-25-2006 at 01:04 PM
RE: RE: Conversation window - by CookieRevised on 08-25-2006 at 10:52 PM
RE: Conversation window - by KnRd_WC on 08-25-2006 at 08:51 PM
RE: Conversation window - by artfuldodga on 08-25-2006 at 09:08 PM
RE: Conversation window - by KnRd_WC on 08-25-2006 at 09:11 PM
RE: Conversation window - by KnRd_WC on 08-25-2006 at 09:30 PM
RE: Conversation window - by artfuldodga on 08-25-2006 at 10:34 PM
RE: Conversation window - by KnRd_WC on 08-25-2006 at 10:57 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On