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

Search Results
Subject Author Forum Time
[bug] Custom Emoticons ReEnabled With noicon...
Sorry if this is has been posted before, but I just noticed it, and I was on my way to bed, so im making a quick post before I forget. Here is my specs. Windows Vista Ultimate (6.0.6000) Windows Live Messenger 8.5.1018 Messenger Plus! Live 4.50.0.312...
bigbob85WLM Plus! Bug Reports02-13-2008 at 12:15 PM
RE: XMLHTTP Not Loading After Save
Ohh.. Ok, thanks :D
bigbob85Scripting02-04-2008 at 12:49 PM
RE: RichStaticControl TextMode..??
Ill just make it all without color tags for now, untill I can get scrollbar working with a richstatic control.
bigbob85Scripting02-04-2008 at 12:51 AM
RE: XMLHTTP Not Loading After Save
Yeah, but it'll work the first time around. :S
bigbob85Scripting02-04-2008 at 12:49 AM
RE: XMLHTTP Not Loading After Save
oh wow.. yeh.. that works. I can see why it works, but any idea why it works? (as in, technical terms) ?
bigbob85Scripting02-01-2008 at 05:58 AM
RE: [Library] SliderControl
/me feels dumb... Any idea how to use scrollbars? :P Neva mind, I have an idea, ill make a [url=http://shoutbox.menthix.net/showthread.php?ti d=81364]thread[/url] about it. /me feels even more stupid when he realises his thread is not related to what ...
bigbob85Scripting02-01-2008 at 05:30 AM
RichStaticControl TextMode..??
Just wondering why RichEditControl interface component has a <TextMode>, and can be set to Rich Text. I cant actuayl use rich text inside the box.. (as in formating and colors). Is this not for formating and colors?
bigbob85Scripting02-01-2008 at 05:28 AM
RE: XMLHTTP Not Loading After Save
I am using new... Ill go see what debuging window says. xmlhttp isnt null, but its an empty string. Odd.. Should it be an int or something? Actualy, it was blank from the first time I used it.. What else should I trace out, all I really know is that ...
bigbob85Scripting02-01-2008 at 01:20 AM
XMLHTTP Not Loading After Save
Why is it ,when I use ActiveXObject("Microsoft.XMLHTTP") in my script, if I modify my script then save it, nothing will load.. Do I have to unregister it on uninitalize or something?
bigbob85Scripting02-01-2008 at 01:04 AM
RE: [Library] SliderControl
I cant get it to work... :S, Copy pasted the code, and made my interface window like this.. [code]<Interfaces xmlns:xsi="http://www.w3.org/2001/XMLSchema-insta nce"> <Window Id="SliderExample" Version="1"> <Position ClientWidth="310" Client...
bigbob85Scripting02-01-2008 at 12:23 AM
RE: Flash CS3 Problem => Components.. How?
Wish I seen this earlier... /me loves Flash CS3 Glad you solved it anyway.. AS2 and AS3 are fairly different. AS3 is more strict, and class bassed.
bigbob85Tech Talk01-31-2008 at 09:17 AM
RE: OnEvent_ChatWndReceiveMessage Change
Ahh.. Bummer.. Thought this might be the case :(
bigbob85WLM Plus! General12-18-2007 at 02:25 AM
OnEvent_ChatWndReceiveMessage Change
I was wondering if this was possible (although if it were it'd be done by now) to change what OnEvent_ChatWndReceiveMessage gives in its atributes. [code][string] OnEvent_ChatWndReceiveMessage( [object] ChatWnd, [string] Origin, [string]...
bigbob85WLM Plus! General12-18-2007 at 02:02 AM
RE: [Fix] Problem with OnEvent_ChatWndRecieveMessage's Origin
What if you check contact name? Will the on recieve msg show their chat only name or the same name from the main messenger window? I expect this wont work since no one else has said it yet. EDIT: Nevermind.. [code]function OnEvent_ChatWndReceiveMess...
bigbob85Scripting12-16-2007 at 10:28 PM
RE: [Fix] Problem with OnEvent_ChatWndRecieveMessage's Origin
Ah ok. Makes sense. Any idea if this is the same in C/C++/Java? Did first year of uni so far, and I know of the === and I knew it was more strict or something, but we never learnt them in Java or C/C++... Maybe they were just trying not to confuse t...
bigbob85Scripting12-15-2007 at 12:16 AM
RE: New Message Audio Alert Script
How would you actualy detect if a full screen program is running though?
bigbob85Scripting12-14-2007 at 11:00 PM
RE: [Fix] Problem with OnEvent_ChatWndRecieveMessage's Origin
CookieRevised, what sort of instances would it fail?
bigbob85Scripting12-14-2007 at 10:49 PM
RE: Change my status?
I think you will still somewhat have the trouble of going idle. Whats wrong with going idle, its almost the same as away. EDIT: And im to lazy to go do it now 8-)
bigbob85Scripting12-14-2007 at 10:42 PM
RE: Change my status?
Just wait until I've had a shower (ill be back in 20 mins).
bigbob85Scripting10-28-2007 at 02:18 AM
RE: noob in need of some help
[code]function OnEvent_ChatWndSendMessage(ChatWnd, Message) { var Contacts = ChatWnd.Contacts; var e = new Enumerator(Contacts); for(; !e.atEnd(); e.moveNext()) { var Contact = e.item(); Debug.Trace(" " + Contact.Nam...
bigbob85Scripting10-27-2007 at 04:18 AM
RE: auto answer (noob in need of help)
Messenger Plus has auto answer built in, its called personalized status. Name Tag : Im Away, BBL. Personal Message : Away, Be Back Laterz!! Auto Responder: Im Away, BBL #Im Away, BBL #Im Away, BBL #Im Away, BBL #Im Away, BBL (# << this makes it repea...
bigbob85Scripting10-26-2007 at 06:17 AM
RE: Change my status?
Yep, I see that now I can check. Simple script to make though.
bigbob85Scripting10-26-2007 at 06:15 AM
RE: Real Player
So you mean music now playing? Does it support real player, and more importantly, does it support real player 11. Maybe you should look at a thread [url=http://shoutbox.menthix.net/showthread.php?ti d=61021&page=1]about it[/url].
bigbob85Scripting10-26-2007 at 01:53 AM
RE: Msg Plus Sounds
xXGrizzlyXx, I think private libary means that say, if your dad signed on, he cant use them sounds. Public libary means that anyone using that computer will automaticly be able to send them sounds. /* NanaFreak, your a V8 supercars fan?? Fo...
bigbob85Scripting10-26-2007 at 01:49 AM
RE: noob in need of some help
If you be patient I can write this up for you in about 12 hours, if no one helps you before then. You have to get the contacts name (making sure there is only 1 contact in the current window), and that will be a string. Then use the substring (or sub...
bigbob85Scripting10-26-2007 at 01:41 AM
[Hide Excerpts] Pages: (6): « First [ 1 ] 2 3 4 5 » Last »