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

Search Results
Subject Author Forum Time
RE: [Update (July 10 2007)] ReadThis 2.07
Great script! I can't find any bugs, so enjoy your work :). You could make this work with Nudges, Action Text etc (if it does already, just ingore :P), if you'll need something new.
vikkeScripting01-22-2007 at 11:18 AM
RE: Scripting Contest - We've got some winners!
Congrats! Great scripts all of yours! :)
vikkeAnnouncements & News01-22-2007 at 11:15 AM
RE: Scripting Contest - Final Strech
I couldn't make it. I've been sitting here for 2 hours trying to make my code bugfree. Sorry guys. My wordwheel and spell checker couldn't compete here in this contest. :( Good luck!
vikkeAnnouncements & News12-19-2006 at 09:24 PM
RE: Protect emotes?
It tells Messenger the smiley is brought by a package. Then the Add.. button is removed.
vikkeScripting12-16-2006 at 08:05 PM
RE: [Release] BzFlag Launcher
Oh yeah, I forgot to say: Great work! It works great :)
vikkeScripting12-06-2006 at 03:52 PM
RE: [Release] BzFlag Launcher
What is BzFlag? Edit: I found out ;). It's a 3D multiplayer tank game :)
vikkeScripting12-05-2006 at 07:36 PM
RE: [release] Tweak Live 2 for Plus! 4.81
Doesn't work for me. :( The form isn't showing..
vikkeScripting12-04-2006 at 07:27 PM
RE: api question
You're talking about the title, there's no need to search for it. It's the second parameter, the first one is class, which is the same for all Notepads windows. Then, by making the second parameter NULL it will only search for windows with the cl...
vikkeScripting12-03-2006 at 06:03 PM
RE: Scripting Contest + Messenger Plus! Live 4.11
I know, but thanks :) I meant to call my DLL from my scripts. Is that allowed? Or should it be pure JScript? Thanks
vikkeAnnouncements & News12-01-2006 at 07:11 AM
RE: Scripting Contest + Messenger Plus! Live 4.11
Do you accept Plugins (DLL's)?
vikkeAnnouncements & News11-30-2006 at 08:27 PM
RE: Screenshot Sender 5 Release Candidate 1 RELEASED (2011-09-06)!
Do you have GDI+ installed? If you don't have the GDI+ DLLs in System32 directory, try downloading. Hope this solves your problem.
vikkeScripting11-25-2006 at 03:27 PM
RE: How is MsgPlus made?
MessengerPlus! Live is a DLL. It loads itself into Messenger by a proxy dll (msimg32.dll). A proxy DLL is a copied DLL which redirects all calls to the real msimg32.dll in your System32 folder. If you put your proxy DLL in the Messenger it will gain ...
vikkeTech Talk11-25-2006 at 03:19 PM
RE: Read this, i think its a brilliant idea
If you post your problems, we could hopefully help you :). Intresting project :D
vikkeScripting11-25-2006 at 03:11 PM
RE: Read this, i think its a brilliant idea
How about putting all music files in a Music-folder, and all Pictures in a Picture-folder etc?
vikkeScripting11-25-2006 at 08:30 AM
RE: [Release] Spellchecker!
I've stopped this project due to my time. I hope I'll get time soon to fix it :( Sorry.
vikkeScripting11-25-2006 at 08:28 AM
RE: Detecting Window Resize
Spunky: You'll need CALLBACK function in your hook procedure (it's the Windows Message Event). To create that, you'll need a dll. That's why scripting can't hook without a dll.
vikkeScripting11-01-2006 at 07:07 PM
RE: Swedish translation for Plus! Live
vikkeTranslation11-01-2006 at 06:47 PM
RE: Run .exe with Windows Live Messenger
Well.. Trash the sandbox! Check Mess.be for how to remove it.
vikkePlug-Ins10-16-2006 at 10:11 AM
RE: Run .exe with Windows Live Messenger
Read about pInvoke, ShellExecute, I think it's Kernel32.dll or User32.dll.
vikkePlug-Ins10-16-2006 at 09:40 AM
RE: Run .exe with Windows Live Messenger
This is really advanced. The only way I know is to create a Proxy Dll. Just copy all functions from a Dll that Messenger uses, then put it in Messenger's Directory, and Messenger loads your instead of the real one. Just redirect the calls to the rea...
vikkePlug-Ins10-12-2006 at 08:29 AM
RE: [Request] Auto-text background in chat.
[code] function OnEvent_ChatWndSendMessage(ChatWnd, Message) { if (Message.charAt(0) == "/") { if(Message.charAt(1) == "/") { Message = "[a=1]" + Message + "[/a]"; } } else { Message = "[a=...
vikkeScripting10-06-2006 at 02:35 PM
RE: [Request] BB code to IRC code and vice versa
Simple! [code] function OnEvent_ChatWndSendMessage(ChatWnd, Message){ Message.replace("[/C]", ""); Message.replace("]", ""); Message.replace("[C=", ""); } [/code] Not working with gradients though..
vikkeScripting10-04-2006 at 04:36 PM
RE: [Release] Spellchecker!
Thanks! I'm going to use another library, if you don't think it's up-to-date you can still choose for a fast Word spell check :)
vikkeScripting10-04-2006 at 03:43 PM
RE: [Release] Spellchecker!
It's not buggy at all, it just causes some frezees but they're just there some secs. I'll thinking of threading it (to prevent freeze).
vikkeScripting10-02-2006 at 06:16 PM
RE: [Release] Spellchecker!
Yeah it freezes, but it stops after some secs. That delay is not my fault, it's Word :)
vikkeScripting10-02-2006 at 03:31 PM
[Hide Excerpts] Pages: (36): « First « 29 30 31 32 [ 33 ] 34 35 36 » Last »