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

Search Results
Subject Author Forum Time
RE: XML Reading/Parsing
Oh, cool, this is much simpler than the code Josh gave me.. thanks -Paril
ParilScripting05-20-2008 at 01:26 PM
Help. Question on ports and API
Well it's possible to implement the API itself into other apps (many third-party messenger programs are good examples). I'm sure it's possible, but hooking into a running instance of WLM might not be the best way to approach it. I don't think you...
ParilSkype & Live Messenger05-19-2008 at 02:06 AM
RE: XML Reading/Parsing
Okay, thanks. Another question.. the ET:QW stats page also have some XML objects that are named the same, ie: [code]<badges category="soldier" level="1"> <tasks total="600" id="1" value="8768.6899802"/> <tasks total="2" id="2" value="8...
ParilScripting05-19-2008 at 12:14 AM
RE: XML Reading/Parsing
Ahh, that's perfect. Thanks. My uber-ness can take over from here. :p -Paril
ParilScripting05-18-2008 at 09:59 PM
RE: XML Reading/Parsing
I tried this just to test it: [code]function OnEvent_Initialize(MessengerStart) { var objXml = new ActiveXObject("Microsoft.XMLDOM"); if (objXml.Load ("http://stats.enemyterritory.com/profile/paril10 1?xml=true")) { Debug.Trace("Made it!\...
ParilScripting05-18-2008 at 02:17 PM
RE: XML Reading/Parsing
Thanks, site must be down. Oh well. Nothing big. Haven't been here in a while. I had checked through there, not much that I saw that helped much. I'll take a look, thanks. -Paril
ParilScripting05-18-2008 at 02:04 PM
XML Reading/Parsing
Hey there. I'm attempting to grab an XML Feed from a stat page, record it's information and display certain parts of it. Is there any example code around for dealing with XML documents? -Paril
ParilScripting05-18-2008 at 01:48 PM
Stupid Question
Kind of an odd question.. who's voice did you use for the built-in MsgPlus sound "Come On"? A friend and I are having a dispute over this and would like it to be solved :p -Paril
ParilWLM Plus! Help05-15-2007 at 11:07 PM
RE: [Help] EditControl scroll bar
That's exactly what I did. :) -Paril
ParilScripting05-02-2007 at 11:04 PM
RE: [Help] EditControl scroll bar
Ooh! That makes more sense.. thanks EDIT: Perfect, exactly what I need. Thanks. -Paril
ParilScripting05-02-2007 at 12:06 AM
RE: [Help] EditControl scroll bar
I still don't really understand how to 'send the message', I tried this: Window1.SendControlMessage ("Btnid1", SW_HIDE, 0, 0); but it did nothing.. I don't know the args, if any.. EDIT: Oh, wait, do you mean from a seperate C DLL? EDIT TWO: I s...
ParilScripting05-01-2007 at 11:16 PM
RE: [Help] EditControl scroll bar
Not the whole window, I mean a single control.. unless that's what you mean? Example please? -Paril
ParilScripting05-01-2007 at 07:25 PM
RE: [Help] EditControl scroll bar
Yes, I figured that since MSDN told me to set it to zero either way. Read my edit above, please. -Paril
ParilScripting05-01-2007 at 07:00 PM
RE: [Help] EditControl scroll bar
Oh, lawl, I see. Yeah, I know, I work with C, I just didn't decide to go looking in my library files.. thanks. EDIT: Perfect! Exactly what I needed. While I'm here, is there a way to hide buttons from the script? -Paril
ParilScripting05-01-2007 at 06:57 PM
RE: [Help] EditControl scroll bar
I tried this as well, as taken from MSDN help and such: Window1.SendControlMessage ("Test", EM_SCROLL, SB_PAGEDOWN); But, it said EM_SCROLL and SB_PAGEDOWN are undefined... -Paril
ParilScripting05-01-2007 at 06:36 PM
RE: Need help with ChatWnd::SendMessage
Oh, sorry Vikke, you posted right before me and I didn't see it :p
ParilScripting05-01-2007 at 06:06 PM
RE: Need help with ChatWnd::SendMessage
Is the function being called after you set the_wnd? If you tried clicking the menu beforehand it would just crash the script. I forget the function to get a chat window... -Paril
ParilScripting05-01-2007 at 04:49 PM
RE: Need help with ChatWnd::SendMessage
He's trying to use ChatWnd when it's undefined from what I can see. -Paril
ParilScripting05-01-2007 at 04:36 PM
[Help] EditControl scroll bar
Whenever I add a text to an edit box (it has a 10 line size, multiline and VScroll) the scroll bar focuses itself to the top of the box.. is there any way to force the bar down? -Paril
ParilScripting05-01-2007 at 04:10 PM
RE: [Release]Wikipedia Article Information
Well, I leave that up to you. I don't have time apart from my game and mods to work on these, it was something I made to help me out.
ParilScripting08-13-2006 at 03:02 AM
RE: Custom Sounds Per Email?
Hm.. I don't think this is possible from Plus!, maybe from a DLL, but not MP!L.
ParilScripting08-13-2006 at 02:38 AM
[Release]Wikipedia Article Information
Very simple script. Something that helps me out, and may help you out in the future. This script will return a small portion of information on a Wikipedia article (If the page has been created, and if it has a Talk/Discussion page). Very simple, yet ...
ParilScripting08-13-2006 at 02:34 AM
RE: [Help] Searching pages
Thanks, I'll try it!
ParilScripting08-12-2006 at 10:38 AM
RE: [Help] Searching pages
No one has a solution?
ParilScripting08-11-2006 at 08:19 PM
RE: Detect Messenger Plus?
It just doesn't Pong, from my knowledge.
ParilScripting08-11-2006 at 05:39 PM
[Hide Excerpts] Pages: (3): « First [ 1 ] 2 3 » Last »