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

Search Results
Subject Author Forum Time
RE: OnGetScriptMenu(Location)
That would make loading the menu slower than it already is. :P useful though, but...as I just said.
deAdScripting07-17-2006 at 01:28 PM
RE: [Help!] Menu Troubles
EDIT: Beat me to it :P [code]function OnEvent_MenuClicked (MenuItemId, Location, OriginWnd) { if(MenuItemId == "MnuAbout"){ MsgPlus.CreateWnd('Window.xml', 'About'); } }[/code]
deAdScripting07-17-2006 at 01:36 AM
RE: Any way to handle the music (Current media) without displaying?
Use another dll, there's code for it on [url=http://forums.fanatic.net.nz]Fanatic Forums[/url]. I'm working on translating it to JScript but atm messenger doesn't like my copydata structure.
deAdScripting07-15-2006 at 01:59 PM
Get Variable pointer
How can I get the pointer to a variable? The variable is a string. :S
deAdScripting07-14-2006 at 04:50 PM
RE: Display Pics
No he's not, not anymore. TheSteve (who I'm not sure is registered on this forum) is also working on it now. He did the Dynamic Display Picture and Wink stealer, and probably some other stuff.
deAdScripting07-13-2006 at 04:50 PM
RE: Display Pics
I've got one of the developers and one of the translators on my list :P plus he did mention on the forum ^
deAdScripting07-13-2006 at 04:23 PM
RE: iTunes+ - An iTunes Script For MP!L
You can see that it's being syncronized if you open the sharing folder. The bar on the bottom will say "Synchronizing <filename> (<percent>)..."
deAdScripting07-13-2006 at 02:17 AM
RE: "Style"
Not really. You can use the String.replace function with a loop. [code]function replace(s,from,to){ while (s.indexOf(from) > -1){ s = s.replace(from,to); } return s; }[/code] Then you can say: [code]var StringToReplace = 'aaaaaaaa'; StringToRe...
deAdScripting07-13-2006 at 01:42 AM
RE: Display Pics
Stuffplug 3 will be coming out soon. :) This feature will probably still be there :)
deAdScripting07-13-2006 at 12:14 AM
RE: [vb.net] Dlls
No I'm not. I'm not sure of anything right now :P that's why I asked for help.
deAdScripting07-13-2006 at 12:11 AM
RE: [vb.net] Dlls
Interop.Call doesn't work either. I also note that when I type "regasm" in the Run window, I get: However, I do have a RegAsm.exe tucked away in one of the .NET Framework folders *-)
deAdScripting07-12-2006 at 09:38 PM
[vb.net] Dlls
I posted before, but now I think I've gotten somewhere. However, I'm still having problems. After created a dll in vb.net, I can't seem to import it. Here is the entire contents of the dll (note that I found it on MSDN): [code]<ComClass(Class1.Cla...
deAdScripting07-12-2006 at 09:20 PM
RE: [Help!] Advertiser
No it wouldn't. [code]AddTimer('timer1',1000);[/code] You put a variable instead of a string.
deAdScripting07-12-2006 at 12:23 AM
RE: [UPDATED] Clipboard Functions (that WORK)
The functions here deal with strings only. [i]readClipboard()[/i] will return false if the data is not a string.
deAdScripting07-11-2006 at 10:56 PM
RE: Start conv without opening messenger
@Johnny, he doesn't want to have to look through contacts and click and stuff You want it from an already open convo, eh? Type: :)
deAdScripting07-11-2006 at 10:09 PM
RE: mail in firefox
This has been asked for many times; it cannot be done with scripts.
deAdScripting07-11-2006 at 09:56 PM
RE: [Handwriting & Ink] Any function ?
Nope. Plus! doesn't support the detection of ink.
deAdScripting07-11-2006 at 09:55 PM
RE: [Request] Change Display Name Upon Contact Signout?
(1) You can't detect when they're about to sign out, only when they have signed out. (2) Not completely pointless actually, but no. When the Signout event is called, it is too late to change anything.
deAdScripting07-11-2006 at 09:50 PM
RE: [Request] Downloads Organizer
Plus! has no event for this, but you could use a timer to look for folder changes :P
deAdScripting07-11-2006 at 09:48 PM
RE: [UPDATED] Clipboard Functions (that WORK)
I got this when I started making it, but it went away. It works fine now, so I don't understand what's wrong. :S About the database, there is no official one, but there is always http://www.mpwiki.net :D
deAdScripting07-11-2006 at 09:46 PM
[UPDATED] Clipboard Functions (that WORK)
[b][color=red]UPDATED: If you have added the [i]readClipboard()[/i] function to your script, [u]update it now[/u]. Fixed major bug that caused the clipboard to stay locked on certain occasions.[/color][/b] [/quote]Here's some great functions I made ...
deAdScripting07-11-2006 at 09:27 PM
RE: scripts and the clipboard
@segosa, i got it to copy the first character :P Here's how to read from the clipboard (h) (i cant believe i figured this out :O): [code]function readClipboard(){ var CF_TEXT = 1; var CF_OEMTEXT = 7; var CF_UNICODETEXT = 13; try { if (Interop....
deAdScripting07-11-2006 at 08:41 PM
RE: [RELEASE] Message Gradiator v1.1
If you're going to do that, why not just type the tags, or use the tag window? easier :P
deAdScripting07-11-2006 at 06:10 PM
RE: [Request]Nickchanger interval 0
Oh yeah, sorry, mixed up my numbers :$ Ten times per minute, but not every 6 seconds :P
deAdScripting07-11-2006 at 05:47 PM
RE: [Request]Nickchanger interval 0
It's six times per minute. (but not every 10 seconds, just six times per minute :P)
deAdScripting07-11-2006 at 04:57 PM
[Hide Excerpts] Pages: (43): « First « 34 35 36 37 [ 38 ] 39 40 41 42 » Last »