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

Search Results
Subject Author Forum Time
RE: RPG Bot?
ahh, didnt' occour to me that way, MUD style :D i'd be willing to help with a making a client to play w/ contacts over messenger, in fact i wrote a 3.5 treasure roller some time back lol, but muds are too much work lol
BstrdSmkrScripting12-30-2006 at 04:08 PM
RE: RPG Bot?
are you talking about like a client to assist you playing with your contacts, or a virtual DM ? both are possible, i've been thinking about writing a client to play DND minis over MSN, but unless you just so happen to have a master's in artificial...
BstrdSmkrScripting12-30-2006 at 03:52 AM
RE: [help] plus window not showing
yeah, i'd love to see it, i'm trying to get click events and etc back from it as well.
BstrdSmkrScripting12-28-2006 at 10:36 PM
[help] plus window not showing
ok what i'm trying to do is create a library to make balloon popups like those used by the microsoft office assistant. attached is the rough draft of the code, for some reason, i can't get it to see the window as an object ^o) i just can't get my ...
BstrdSmkrScripting12-28-2006 at 02:52 AM
RE: [HELP] Transitions and filters
i understand that that section of the MSDN is MEANT for webpages, but then so was ECMAScript :D I was hoping it could be activated through an activeX or etc, and used as a transition for an image or even an entire Plus! window. if you know of a way ...
BstrdSmkrScripting12-21-2006 at 06:10 AM
[HELP] Transitions and filters
do objects in MsgPlus! support microsoft's transitions and filters? as in http://msdn.microsoft.com/workshop/author/filter/f ilters.asp#Scripting_Filters for example, applying a transition to the appearance/destruction of a window? if so, can i get...
BstrdSmkrScripting12-20-2006 at 10:48 PM
RE: [Beta Release] Myspace + NOW WITH MSAGENT!
ok, i was saving this one until i got all the bugs worked out, but if you don't mind a few quirks (read: odd extra words in the word balloons, not always taking you to the part of myspace you were expecting) then i s'pose its ok to let the cat ou...
BstrdSmkrScripting07-28-2006 at 03:04 PM
RE: [solved] Change Color
i always thought that was a .gif?
BstrdSmkrScripting07-26-2006 at 10:20 PM
RE: [Help] parse html
yes, thats exactly it :D
BstrdSmkrScripting07-26-2006 at 08:01 PM
RE: [Help] parse html
thats what i was looking for! for future controls, how do i determine the name in that format?
BstrdSmkrScripting07-26-2006 at 07:40 PM
RE: [Help] parse html
fyi, for anyone else who may be searching this out, the clsid for msthml.dll is 25336920-03F9-11cf-8FD0-00AA00686F13
BstrdSmkrScripting07-26-2006 at 06:26 PM
RE: [Help] parse html
here's the MSDN link to the MSHTML docs. [url]http://msdn.microsoft.com/library/default.asp ?url=/workshop/browser/mshtml/reference/reference. asp[/url] now if i have the CLSID and the "code base" params for use in a web page, how do i get from: [co...
BstrdSmkrScripting07-26-2006 at 04:10 PM
[Help] parse html
ok time to call in the pros lol. i've searched and read until i'm about to puke. i'm working an a script and i need to parse some html. i've found the MSHTML activex that should do the trick, but the problem is all the examples are either in c...
BstrdSmkrScripting07-26-2006 at 05:55 AM
RE: steal ???
probably a little heavy for such a script, but couldn't you copy it to the clipboard, dump it to a .txt file, the extract the codes? i should think that could work, unless WLM processes the colors before the message is displayed. just a thought :)
BstrdSmkrScripting07-22-2006 at 03:13 PM
RE: [Help] MS Agent catching clicks
ah ok, got it now. after messing around with it last night, these are the events that can be defined in a similar manner: Command-- Occurs when the server processes a client-defined command. ActivateInputState-- Occurs when a character becomes or c...
BstrdSmkrScripting07-22-2006 at 02:53 PM
RE: [Help] MS Agent catching clicks
so to use it, it would be something like: [code] agent.Clicked() { doSomethingUseful; } [/code] or am i reading this wrong? : \
BstrdSmkrScripting07-21-2006 at 05:08 PM
RE: [Help] MS Agent catching clicks
i saw this and others similar to it when i was researching it, but i don't understand it. i understand your post and how to implement your solution, but i'm wondering if you could expand a bit about how this works? once i've got my head around i...
BstrdSmkrScripting07-21-2006 at 03:30 PM
[Help] MS Agent catching clicks
i've read the MS SDK for the agents, which is lacking to say the least : \ the trouble i'm having is trying to catch a click event on the agent. for example, if the user clicks on Merlin when he says something, i want the script to run a functio...
BstrdSmkrScripting07-20-2006 at 09:23 PM
RE: newb @ work...
ok, show what you have so far.
BstrdSmkrScripting07-20-2006 at 06:28 PM
RE: newb @ work...
the problem is here: var Message == "Hello " + Messenger.MyName + "(Smilie)"; MsgPlus.DisplayToast("", Message, "notify.wav"); it needs to be: var Message = "Hello " + Messenger.MyName + "(Smilie)"; MsgPlus.DisplayToast("", Message, "n...
BstrdSmkrScripting07-20-2006 at 05:38 PM
RE: [Release] Agent Message.
i feel the sudden need to buy you a beer O_O thats the greatest thing i've seen in a while lol. great job
BstrdSmkrScripting07-20-2006 at 03:39 AM
RE: [Beta Release] Myspace + NOW WITH MSAGENT!
updated a few things. fixed password obfuscation, solved UTI's problem w/ checkboxes, see first post for newest version. keep up the good work guys!
BstrdSmkrScripting07-19-2006 at 06:51 PM
RE: default browser
honestly i don't even use hotmail lol. just ask as a curiosity, more proof of concept than anything :D
BstrdSmkrScripting07-19-2006 at 05:49 PM
RE: default browser
just a random thought -- could this be done using toasts (which would open the default browser)? it would require that the user turn off WLM's email notification, but would still serve the purpose. or am i missing something?
BstrdSmkrScripting07-19-2006 at 05:19 PM
RE: [Beta Release] Myspace + NOW WITH MSAGENT!
yeah, it did that to me too, i have no idea why : \ exit messenger, delete the NWA folder and restart messenger, and it should be gone. i think its because the script runs on initalize. sorry for the inconvienence :(
BstrdSmkrScripting07-18-2006 at 04:36 PM
[Hide Excerpts] Pages: (2): « First [ 1 ] 2 » Last »