What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [ Question ] How to call mosaic window whit Interop.Call?

[ Question ] How to call mosaic window whit Interop.Call?
Author: Message:
xsylvain2
Junior Member
**

Avatar
MsgPlus! For Evermore

Posts: 17
49 / Male / –
Joined: Feb 2007
O.P. RE: RE: [ Question ] How to call mosaic window whit Interop.Call?
quote:
Originally posted by Matty
quote:
Originally posted by xsylvain2
If a other person talk to me, switch direcly to his chat window.
This isn't recommended cause you could be typing and someone sends you a message and it switches to the other window and you keep typing not realizing it.

code:
function OnEvent_ChatWndReceiveMessage(objChatWnd, strOrigin, strMessage, intMessageKind){
    Interop.Call('user32', 'ShowWindow', objChatWnd.Handle, 5 /* SW_SHOW */);
}


Or call Mosaic max 3 windows for typing.

Where I can see all calling instances the 'user32' and 'kernel32'.
At Microsoft site?

Thank you, very useful !(Y)

This post was edited on 03-16-2007 at 01:41 PM by xsylvain2.
03-15-2007 10:13 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[ Question ] How to call mosaic window whit Interop.Call? - by xsylvain2 on 03-14-2007 at 12:59 PM
RE: [ Question ] How to call mosaic window whit Interop.Call? - by matty on 03-15-2007 at 06:02 PM
RE: RE: [ Question ] How to call mosaic window whit Interop.Call? - by xsylvain2 on 03-15-2007 at 10:13 PM
RE: [ Question ] How to call mosaic window whit Interop.Call? - by matty on 03-16-2007 at 03:49 AM


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