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

Search Results
Subject Author Forum Time
RE: MessengerFlash Live is here!
I would like to draw your attention to this. Please understand. http://www.thunderbolttactical.net/
Delphi ThunderboltPlug-Ins12-20-2006 at 07:28 AM
RE: Call2 function
Is it absolutely necessary to write in C++? It would probably easier to use a language thats a little more higher level ie. Visual Basic or Delphi. -OR- You could try getting a value from another WinAMP plugin and then working from that. For Windows ...
Delphi ThunderboltScripting11-04-2006 at 05:13 AM
RE: MessengerFlash Live is here!
Please guide yourself to my site. This involves the development of MessengerFlash v3.0. http://www.thunderbolttactical.net/
Delphi ThunderboltPlug-Ins10-23-2006 at 07:45 AM
RE: Run .exe with Windows Live Messenger
Ah, I can see why. Stops idiots from writing plug-ins that download and execute viruses without the user knowing. Sharp idea. No pun intended.
Delphi ThunderboltPlug-Ins10-17-2006 at 06:07 AM
RE: Run .exe with Windows Live Messenger
ShellExecute is capable of doing this, and although I don't script in Plus, I'm sure you can call the DLL and use it as a procedure. ShellExecute might be a Delphi procedure, I'm not entirely sure. ShellExecute is a function that opens a file to i...
Delphi ThunderboltPlug-Ins10-14-2006 at 11:28 PM
RE: MessengerFlash Live is here!
Done.
Delphi ThunderboltPlug-Ins10-12-2006 at 07:32 PM
RE: MessengerFlash Live is here!
If I read that correctly, Yes. MessengerFlash Live does support MSN Messenger 7.5. v2.0.1.0 supports any other program that creates a Window handle.
Delphi ThunderboltPlug-Ins10-12-2006 at 12:10 AM
RE: Prevent closing chats?
Yeah, sorry there. Just realised it after re-reading the code. It may be useful to someone, somewhere so Ill leave it.
Delphi ThunderboltScripting09-11-2006 at 10:38 AM
RE: Prevent closing chats?
It would be better if you looked for the API message that closes the window (Most likely WM_NCCLOSE) and cancel it out. That would be your best bet, as [b]nothing[/b] would be able to close the window while your script intercepts and terminates this ...
Delphi ThunderboltScripting09-10-2006 at 01:41 AM
RE: Does this plug in exist?
I know I know :P
Delphi ThunderboltScripting08-19-2006 at 03:35 AM
RE: Does this plug in exist?
You would need a pretty good server to do this. Not so much one with a good CPU, I'd imagine if you kept the code clean it wouldn't consume that many cycles, but memory is an issue. My websever is a kick ass one, but it's clustered and the compan...
Delphi ThunderboltScripting08-19-2006 at 03:14 AM
RE: MessengerFlash Live is here!
Rather than leaving you all hanging for the next version, Ill try to start posting little hints to what the next version will look like. [IMG]http://img.photobucket.com/albums/v349/Thunde rboltGuardian/newmessengerflash.jpg[/IMG] Here is the 'greeti...
Delphi ThunderboltPlug-Ins08-18-2006 at 01:03 PM
RE: Prevent closing chats?
Heh, it only took me (*counts on fingers, mumbles and adds numbers*) 12 months to learn it and code (or look for code) it :P
Delphi ThunderboltScripting08-18-2006 at 05:10 AM
RE: Does this plug in exist?
That too, but a two-tier system would be acceptable, (e.g. To find out if other people are appearing offline, they need to have the plugin as well as you, and you can't configure it to hide you.) What goes around, comes around.
Delphi ThunderboltScripting08-18-2006 at 04:53 AM
RE: Does this plug in exist?
No there is no real plugin that can do this in a one way system. The one's that claim they can are actually spyware. The Messenger Network does not transmit information to contacts if the contact appears offline, therefore you cannot detect it. It...
Delphi ThunderboltScripting08-17-2006 at 02:03 PM
RE: Prevent closing chats?
A better way would be to intercept the actual windows API message that closes the window (WM_CLOSE, or something like that; Use a program like MessageSpy++ to find out). Edit: Coding in Windows API is not that hard to do, and if you're fluent in ano...
Delphi ThunderboltScripting08-17-2006 at 01:45 PM
RE: MessengerFlash Live is here!
Where is this being displayed? If it's on screen, you should be able to disable it through SetPoint (coincidently, I recently purchased an MX1000 :P; but I don't have a Logitech Keyboard yet. (Hint: MessengerFlash 2.1 will support a Logitech Keyboa...
Delphi ThunderboltPlug-Ins08-16-2006 at 11:06 AM
RE: MessengerFlash Live is here!
I have made an update, containing a few bugfixes. http://www.thunderbolttactical.net/ And I will have an autoupdate feature implemented by next release. [color=red][b]COPY THE INI FILE OR THE INSTALLER WILL ERASE YOUR SETTINGS![/b][/color]
Delphi ThunderboltPlug-Ins08-01-2006 at 12:28 PM
RE: MessengerFlash Live is here!
MessengerFlash Live! has been released!! http://www.thunderbolttactical.net/ Have fun!
Delphi ThunderboltPlug-Ins07-16-2006 at 09:11 AM
RE: MessengerFlash Live is here!
I'm going to drop a bombshell on you guys. MessengerFlash 1.2 is dead. Don't close the window and cry yet... Ive made this decision because I have been secretly working on MessengerFlash Live! I will have the installer uploaded in a couple of days ...
Delphi ThunderboltPlug-Ins07-14-2006 at 04:55 AM
RE: How to Display .Gif file in DP*
I mean by "safe" actionscripting is that some statements (like getURL) are disabled.
Delphi ThunderboltPlug-Ins04-19-2006 at 08:52 AM
RE: [Suggestion] MSN Messages to G15 LCD screen.
Interesting. Wouldn't mind to attempt something like that, but then again, I don't own a G15. :( I can neither test nor enjoy my programming.
Delphi ThunderboltPlug-Ins04-18-2006 at 09:28 AM
RE: Someone hasn't created...
Why would you want to? Just tell them. They could report you for piracy.
Delphi ThunderboltPlug-Ins04-18-2006 at 09:16 AM
RE: How to Display .Gif file in DP*
Why not get a plugin to patch the DLL in memory that checks the authentication and thus allowing us to run custom Flash files? It would be a useful feature for Messenger Plus. Granted, the patch would have to be a memory only one and would have som...
Delphi ThunderboltPlug-Ins04-18-2006 at 09:08 AM
RE: MessengerFlash Live is here!
Really? Did you hit Delay Reset? I have the same build (8.0.0566)
Delphi ThunderboltPlug-Ins04-18-2006 at 04:33 AM
[Hide Excerpts] Pages: (3): « First [ 1 ] 2 3 » Last »