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

Search Results
Subject Author Forum Time
RE: [REQUEST] Sign on alarm
[u][b]Alarm v. 0.1[/b][/u] mkay really basic first working version of this script is attached i got the sound from some free sound site and i stole the image. edit the script to change the contact's email. future versions will have: -on/off -multipl...
AberNSteinScripting09-04-2006 at 10:57 PM
RE: [REQUEST] Sign on alarm
he wants a sound that won't stop till he responds i'm more than half-way through the script, but feel free to make it if you want.-
AberNSteinScripting09-04-2006 at 10:30 PM
RE: [REQUEST] Sign on alarm
interesting idea. i'll have a go at it tonight.
AberNSteinScripting09-04-2006 at 09:32 PM
RE: a link to url in your personal message?
howbout smart url recognition like most forums have like if i write [code]http://www.example.com[/code] it will linkify it automatically without my having to put [code][url][/code] par example: http://www.example.com
AberNSteinSkype & Live Messenger09-04-2006 at 09:29 PM
boss mode doesn't suppress sharing folders
my friend started a sharing folder with me while i was in boss mode and the thing popped up telling me about sharing folders and showed me the sharing folder. note that i did not already have a sharing folder set up with him (i don't know if this ma...
AberNSteinWLM Plus! Bug Reports09-04-2006 at 09:25 PM
RE: HuHu Clone - posible improvements
please search before posting. this issue has been brought up many times. determining the contact's font is possible with xniff. storing that info in an associative array so that your clone script can pull out the appropriate font for the right conta...
AberNSteinScripting08-31-2006 at 10:53 PM
RE: [Release] toast messages
sorry i've been away for quite a while umm toasts can't display formatting codes, but they should be stripped out by toast message edit: aha! turns out i was stripping the format codes after truncating, which sometimes left broken codes, which wer...
AberNSteinScripting08-30-2006 at 08:02 PM
RE: add custom emoticons?
i want to be able to type "/emot blah" and it would add a custom emoticon (of an image predefined in the script) whose shortcut code is blah. basically it's for when my friend's using a mocker, i talk in custom emoticons so the messsage for me is...
AberNSteinScripting08-12-2006 at 01:17 AM
add custom emoticons?
how can i add custom emoticons from a script? edit: ok so i've found where they're stored but it seems i need to decrypt map.dat, edit it, then recrypt it. doesn't seem possible. is there anything i can do to have messenger add them? (vbscript the...
AberNSteinScripting08-11-2006 at 11:15 PM
RE: [Help] Searching pages
lol i just edited my post to pretty much exactly that edit: actually can variables that are declared within functions be used elsewhere? i'm not quite sure.
AberNSteinScripting08-11-2006 at 09:27 PM
RE: [Help] Searching pages
well you could modify my code that's why i posted it. [code] var xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); var YourSite = "http://www.example.com"; var YourData = ""; function getData() { xmlhttp.open("GET", YourSite, true); xmlhttp....
AberNSteinScripting08-11-2006 at 09:21 PM
RE: Rename the windows live messenger
the title at the top is probably an image, and is probably replaceable. i tried to do the live -> dead thing in msglang.dll and it just died (always make a backup before reshacking).
AberNSteinScripting08-11-2006 at 04:39 PM
RE: [Help] Searching pages
i've got a script doing pretty much that. i had a thread about it a while ago. the checkdupe(datum) function checks whether the given input is in the logfile (returns true or false), and the logging(datum) saves the given input to the logfile getdat...
AberNSteinScripting08-11-2006 at 04:34 PM
RE: get the handle of a toast?
it seems i'm once again at the "code your own toasts" stage gah
AberNSteinScripting08-09-2006 at 08:46 PM
RE: instantiate plus! scripting objects from outside?
writing to a file and monitoring the contents was a proposed solution for communicating betweek autohotkey and plus live. imo no split necessary
AberNSteinScripting08-09-2006 at 04:49 AM
RE: get the handle of a toast?
thanks i haven't coded in vb for at least seven years. is it possible to register the dll then call everything from jscript?
AberNSteinScripting08-09-2006 at 04:34 AM
get the handle of a toast?
is it possible to get the handle of a toast so that i can kill it from a script?
AberNSteinScripting08-08-2006 at 06:47 PM
RE: instantiate plus! scripting objects from outside?
[quote] [i]Originally posted at http://www.autohotkey.com/forum/post-66927.html#66 927 by OrelseIamfired: [/i] try changing [code]hw_notification_area := FindWindow( "Shell_TrayWnd|TrayNotifyWnd|SysPager|ToolbarWind ow32,Notification Area" )[/code] ...
AberNSteinScripting08-08-2006 at 06:36 PM
RE: [Release] toast messages
i'll look into it, but it seems pretty unlikely. i don't even know if i can get the handle of a toast.
AberNSteinScripting08-08-2006 at 04:32 PM
RE: instantiate plus! scripting objects from outside?
well there's a long answer and a short answer. if wlm is not minimized to tray (it still works if it's minimized to the taskbar) then you just need one line of code: [code] WinMenuSelectItem, Windows Live Messenger, , File, My Status, Busy [/code] ...
AberNSteinScripting08-08-2006 at 04:26 PM
RE: instantiate plus! scripting objects from outside?
can't you just change the status with ahk? you can do status changes through the file menu in wlm. i'm gonna see if i can get a working ahk script i'll post back in a bit.
AberNSteinScripting08-08-2006 at 03:36 PM
RE: [REQUEST] - OFFLINE MESSAGES
if anyone cares i wrote a tutorial on making the infobar red (or any other colour) so that it's more visible. http://shoutbox.menthix.net/showthread.php?tid=628 47&pid=690002#pid690002
AberNSteinScripting08-08-2006 at 01:27 AM
RE: [Release] toast messages
http://shoutbox.menthix.net/showthread.php?tid=632 71&pid=705982#pid705982 the script has been updated. dynamic menu and format code stripping. please update the first post in the thread. thanks.
AberNSteinScripting08-04-2006 at 03:33 PM
RE: another script request
please use the search function before posting a request. there are a lot of threads about this, and until recently, the answer would have been that it can't be done. now it can be done (http://shoutbox.menthix.net/showthread.php?tid=64 230), but it d...
AberNSteinScripting08-04-2006 at 04:40 AM
RE: toolbar icons
not quite right .lou you can code all your functions and whatnot in vb and then call your vb from the jscript if you want.
AberNSteinScripting08-04-2006 at 04:33 AM
[Hide Excerpts] Pages: (6): « First « 1 [ 2 ] 3 4 5 6 » Last »