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

Get chatwindow
Author: Message:
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
36 / Male / Flag
Joined: Aug 2006
RE: Get chatwindow
[code]var CurrentChat;

function OnEvent_ChatWndSendMessage(ChatWnd, Message){
    if(Message=="/command"){
        CurrentChat = ChatWnd;
        MsgPlus.CreateWnd("xmlfile.xml","Bibliotek");
    }
}

function OnBibliotekEvent_LstViewDblClicked(Wnd, Id, Handling){
    CurrentChat.SendFile(Wnd.LstView_GetItemText("liste",Handling,1));
}[code]

This post was edited on 11-30-2006 at 07:36 PM by Spunky.
<Eljay> "Problems encountered: shit blew up" :zippy:
11-30-2006 07:34 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Get chatwindow - by SnuZZer on 11-30-2006 at 07:09 PM
RE: Get chatwindow - by Spunky on 11-30-2006 at 07:15 PM
RE: Get chatwindow - by SnuZZer on 11-30-2006 at 07:29 PM
RE: Get chatwindow - by Spunky on 11-30-2006 at 07:34 PM
RE: Get chatwindow - by CookieRevised on 12-01-2006 at 04:30 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