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

Search Results
Subject Author Forum Time
RE: send Message in a specific windows
When you send messages to a recipient, he/she will always see them unless there is a Plus! script running there which implements the OnEvent_ChatWndReceiveMessage function. That function should return an empty string if the message was data to be rec...
mynetxScripting01-20-2008 at 06:11 PM
RE: possible?/Request
This task is not accomplishable using "normal" scripting and the OnEvent_ChatWndReceiveMessage function. However, maybe it could be done using advanced scripting and spying on the chat window message loop.
mynetxScripting01-20-2008 at 05:46 PM
RE: [Updated] AppMon+ 2.0 - Now Better! (Bug fixes, new features)
msig.info returns Server not Found, confirmed.
mynetxScripting01-20-2008 at 05:41 PM
RE: send Message in a specific windows
Sending messages to a specific chat window works as follows: [code]wndSomeChat.SendMessage("Hi there. :)");[/code] You won't need the ChatWnd.Handle property to send a message. You may store the chat window object to send a message to this specifi...
mynetxScripting01-20-2008 at 05:39 PM
RE: Plus 4.60: 40 Suggestions/Ideas (OUTDATED)
Please explain the 13, warmth.
mynetx01-20-2008 at 04:32 PM
RE: [problem] google translator 1.0
Confirmed. After the F5, and [Translate], the written text disappears rather than being replaced by its translation.
mynetxScripting01-17-2008 at 07:07 PM
RE: [Question] Call SystemParametersInfo
Thank you Mattike for your tutorial (Y).
mynetxScripting01-17-2008 at 05:33 PM
[Question] Call SystemParametersInfo
My next problem is one regarding the [url=http://msdn2.microsoft.com/en-us/library/ms72 4947.aspx][u]SystemParametersInfo Function (Windows)[/u][/url]. I got the code[code]var SPI_GETWORKAREA = 48; var intScreenX, intScreenY; // some code not found ou...
mynetxScripting01-17-2008 at 04:58 PM
RE: [Question] Plus window focus
So MsgPlus.CreateWnd(strFile, strWindowId, 2); creates a non-activated window. But what if I create the window in advance with ....., 1);, and then use objPlusWnd.Visible = true; ? The changing of the window property "Visible" to true gives the win...
mynetxScripting01-17-2008 at 02:06 PM
RE: [Question] Plus window focus
About received URL links in chats.
mynetxScripting01-16-2008 at 06:23 PM
RE: [Question] Plus window focus
kk. Thanks @ all ^^ In some days, there will be a new script :)
mynetxScripting01-16-2008 at 06:01 PM
RE: [Question] Plus window focus
Thanks. Is there anywhere a documentation of those CreateWnd parameters?
mynetxScripting01-16-2008 at 05:56 PM
[Question] Plus window focus
When I create a Plus window, it gets the focus. How to give the focus automatically back to the window which had it before, or, better, don't give the focus to the plus window at all?
mynetxScripting01-16-2008 at 05:48 PM
RE: Plus 4.60: 40 Suggestions/Ideas (OUTDATED)
Added: [size=1][color=red]#0027; 11-04-06[/color][/size] Embedding ChildWnds using the coordinates of PlaceholderElements (by optimism_; [url=http://shoutbox.menthix.net/showthread.php?ti d=58171&pid=632332#pid632332]confirmed by Patchou[/url]) - Or...
mynetx01-12-2008 at 09:45 AM
RE: [release] Music now playing
Answer enough? :)
mynetxScripting01-11-2008 at 11:12 AM
RE: Curiousity with arrays (meaning, why is this happening?
In C++, this technics is called pointers because the variables contain pointers to the memory sectors where the data are stored. So, "data2 = data;" just copies the address of the array to the second. Obviously, both pointers point now to the same ...
mynetxScripting01-10-2008 at 07:15 PM
[Question] Plus buttons
To make it short: where are the graphics for the Plus! buttons, like [img]http://i7.tinypic.com/732c8de.png[/img] ? I'm skinning Plus in the next ALM version, and I have all the MPL graphics in the Resource Extract, but not the buttons backs. Or am ...
mynetxSkinning01-09-2008 at 11:01 PM
RE: [BUG] Script Editor Highlighting
I have still the same problem with MPInterfaceTester. My system32 directory shows msxml2.dll, msxml2r.dll, msxml3.dll, msxml3r.dll, msxml4.dll, msxml4r.dll, msxml6.dll, and msxml6r.dll. I regsvr32'd them all. But the Interface Tester option "Valida...
mynetx01-09-2008 at 07:45 PM
RE: [Skins Database] Add Compatibility in the Small Box?
It's because the name is a real hyperlink recognized for wheelclick. The other parts of the right side that are clickable simply have an onclick javascript handler together with a style cursor: pointer.
mynetxForum & Website01-09-2008 at 07:53 AM
RE: Plus 4.60: 40 Suggestions/Ideas (OUTDATED)
You can use Enhancer script to assign a keyboard shortcut for showing the contact list.
mynetx01-09-2008 at 07:35 AM
[Release] Chatflash.nl Video Search 1.1.2
[size=3][b]Chatflash.nl Video Search 1.1.2[/b][/size] [b]Searches for an artist and clip title and shows the corresponding music clip video from chatflash.nl.[/b] -Search for a music clip by artist name or by song name. -After your search, you get a ...
mynetxScripting01-08-2008 at 09:37 PM
RE: [Bug?] PlusWnd Titlebar
How then can I change the taskbar button text without showing the Plus! titlebar in the window itself?
mynetxScripting01-08-2008 at 05:05 PM
[Bug] Contact list clean-up window
A picture says more than 1,000 words :) [img]http://i1.tinypic.com/7xbo0lu.png[/img]
mynetxWLM Plus! Bug Reports01-08-2008 at 08:21 AM
[Bug?] PlusWnd Titlebar
Please be aware I did read [url=http://shoutbox.menthix.net/showthread.php?ti d=77298&pid=847310#pid847310]this posting[/url]. My problem is the following: I'm using Plus windows with no titlebar, using XML like this: [code] <Window Id="WndMain" Ve...
mynetxScripting01-08-2008 at 08:18 AM
RE: Plus 4.60: 40 Suggestions/Ideas (OUTDATED)
Now again 2 suggestions: Use MPL chatlogs for the "Display Last Messages in new Chat Windows" feature, and Add an accessibility hint in the setup saying the sponsor uninstall is limited to seeing people (captcha).
mynetx01-07-2008 at 08:01 PM
[Hide Excerpts] Pages: (47): « First « 35 36 37 38 [ 39 ] 40 41 42 43 » Last »