What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: How to close window
Oh thank you =) with PlusWnd.Close() it didnt work but with PlusWnd.Close(0) it do! thx
zeroipScripting04-03-2010 at 05:25 PM
How to close window
[code]function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MsgKind) { var strMsg = Message; if(strMsg.search('youtube.com')!=-1) { strMsg = strMsg.split('youtube.com')[1]; strMsg = strMsg.split('?v=')[1]; var id = strMsg.split('&'...
zeroipScripting04-02-2010 at 10:15 PM
ImageControl
How i can create an ImageControl with an image path like: C:\folder\image.jpg ?
zeroipScripting02-06-2010 at 12:27 PM
RE: BrowserControl
the problem is the error codes in my console are german cuz of i am german xD Edit: Thx it Woks!
zeroipScripting01-25-2010 at 01:35 PM
RE: BrowserControl
[code] <Control xsi:type="BrowserControl" Id="BroInternet"> <Position Top="5" Height="180" Width="180" Left="5"/> </Control> [/code] it doesnt work....
zeroipScripting01-24-2010 at 08:42 PM
RE: BrowserControl
okay i will try it thx
zeroipScripting01-24-2010 at 08:39 PM
RE: BrowserControl
but why i got a console error? becaus of height?!
zeroipScripting01-24-2010 at 05:09 PM
RE: BrowserControl
yes the window is open ;) and xml is in unicode just the browser doesnt work :\
zeroipScripting01-24-2010 at 02:58 PM
BrowserControl
Why this doest'n work? (error code: -2146828283) [code] var MyWindow = MsgPlus.CreateWnd("Windows.xml", "WndSettings"); var WebControl = MyWindow.Browser_GetInterface("BroInternet"); WebControl.Navigate2("http://www.msgpluslive.net "); [/code...
zeroipScripting01-23-2010 at 08:34 PM
[Hide Excerpts]