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. Undecided  [ Question ] How to call mosaic window whit Interop.Call?
Two questions:o

quote:
How to call mosaic verticaly automaticaly if I open more that one chat Window?*-)

Or, minimize all windows and bring to top background window?(Y)

If a other person talk to me, switch direcly to his chat window.

like :
code:
Interop.Call('user32', WindowMosaic) Tt-is exist?
^o)


This post was edited on 03-15-2007 at 03:36 PM by xsylvain2.
03-14-2007 12:59 PM
Profile PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [ Question ] How to call mosaic window whit Interop.Call?
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 */);
}
03-15-2007 06:02 PM
Profile E-Mail PM Find Quote Report
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
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [ Question ] How to call mosaic window whit Interop.Call?
quote:
Originally posted by xsylvain2
Or call Mosaic max 3 windows for typing.
wtf is that?


.zip File Attachment: kernel32.dll & user32.dll.zip (36.49 KB)
This file has been downloaded 662 time(s).
03-16-2007 03:49 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


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